Share via


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

NewSendConnector class

NewSendConnector members

Microsoft.Exchange.Management.SystemConfigurationTasks namespace