DatabaseAvailabilityGroup.NetworkNames Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property NetworkNames As List(Of String)
    Get
'Usage
Dim instance As DatabaseAvailabilityGroup
Dim value As List(Of String)

value = instance.NetworkNames
public List<string> NetworkNames { get; }

Property Value

Type: System.Collections.Generic.List<String>