ADOwaVirtualDirectory.LogonFormat property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property LogonFormat As LogonFormats
Get
Set
'Usage
Dim instance As ADOwaVirtualDirectory
Dim value As LogonFormats
value = instance.LogonFormat
instance.LogonFormat = value
public LogonFormats LogonFormat { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.LogonFormats
Returns LogonFormats.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace