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