'Declaration<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Shared Function DeepenByApplicationOrServerName( _ ByVal flatDiscoveryElements As IEnumerable(Of UADiscoveryElement) _ ) As UADiscoveryElementCollection
'UsageDim flatDiscoveryElements As IEnumerable(Of UADiscoveryElement) Dim value As UADiscoveryElementCollection value = UADiscoveryElementCollection.DeepenByApplicationOrServerName(flatDiscoveryElements)
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] public static UADiscoveryElementCollection DeepenByApplicationOrServerName( IEnumerable<UADiscoveryElement> flatDiscoveryElements )
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] public: static UADiscoveryElementCollection^ DeepenByApplicationOrServerName( IEnumerable<UADiscoveryElement^>^ flatDiscoveryElements )
Parameters
- flatDiscoveryElements
- The flat collection of discovery elements to group.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).
The individual elements of the returned value are never null (Nothing in Visual Basic).