GuestOsCredentialPassword Property
Gets or sets the account password.
Namespace: DevCase.ThirdParty.VMwareAssembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string Password { get; set; }
Public Property Password As String
Get
Set
Dim instance As GuestOsCredential
Dim value As String
value = instance.Password
instance.Password = value
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
member Password : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String