Domain CredentialPassword Property
Gets the password for the account.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
The password.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public string Password { get; }VB
Public ReadOnly Property Password As String
GetC++
public:
property String^ Password {
String^ get ();
}F#
member Password : string with getProperty Value
StringThe password.