BackupAccountPassword Property
|
Backup account password. Must contain from 6 to 30 characters, contain at least 1 uppercase, 1 lowercase, 1 digit and 1 special character.
Namespace:
Aruba.Cloud.WsBackup.Entities
Assembly:
Aruba.Cloud.WsBackup (in Aruba.Cloud.WsBackup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string Password { get; set; }<DataMemberAttribute>
Public Property Password As String
Get
Set
public:
[DataMemberAttribute]
property String^ Password {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member Password : string with get, set
function get Password () : String
function set Password (value : String)
Property Value
Type:
String
See Also