Share via


ADVirtualDirectory.InternalAuthenticationMethods Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property InternalAuthenticationMethods As MultiValuedProperty(Of AuthenticationMethod)
    Get
    Set
'Usage
Dim instance As ADVirtualDirectory
Dim value As MultiValuedProperty(Of AuthenticationMethod)

value = instance.InternalAuthenticationMethods

instance.InternalAuthenticationMethods = value
public MultiValuedProperty<AuthenticationMethod> InternalAuthenticationMethods { get; set; }