UMServer.IPAddressFamilyConfigurable property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property IPAddressFamilyConfigurable As Boolean
Get
Set
'Usage
Dim instance As UMServer
Dim value As Boolean
value = instance.IPAddressFamilyConfigurable
instance.IPAddressFamilyConfigurable = value
public bool IPAddressFamilyConfigurable { get; set; }
Property value
Type: System.Boolean