CredentialCommand.PasswordCredential Property

Definition

Gets the password credential that the current command applies to.

public:
 property PasswordCredential ^ PasswordCredential { PasswordCredential ^ get(); };
PasswordCredential PasswordCredential();
public PasswordCredential PasswordCredential { get; }
var passwordCredential = credentialCommand.passwordCredential;
Public ReadOnly Property PasswordCredential As PasswordCredential

Property Value

The password credential.

Applies to