CredentialCommand.PasswordCredential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.