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; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<AuthenticationMethod>
Returns MultiValuedProperty<T>.

See also

Reference

ADVirtualDirectory class

ADVirtualDirectory members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace