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