NewReceiveConnector.AuthMechanism property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property AuthMechanism As AuthMechanisms
Get
Set
'Usage
Dim instance As NewReceiveConnector
Dim value As AuthMechanisms
value = instance.AuthMechanism
instance.AuthMechanism = value
public AuthMechanisms AuthMechanism { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.AuthMechanisms
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace