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