NetworkConnectionInfo.IPAddresses Property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property IPAddresses As IPAddress()
Get
'Usage
Dim instance As NetworkConnectionInfo
Dim value As IPAddress()
value = instance.IPAddresses
public IPAddress[] IPAddresses { get; }
Property Value
Type: []