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>.