PasswordToChangeNewPassword Property
|
The new password.
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string NewPassword { get; set; }<DataMemberAttribute>
Public Property NewPassword As String
Get
Set
public:
[DataMemberAttribute]
property String^ NewPassword {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member NewPassword : string with get, set
function get NewPassword () : String
function set NewPassword (value : String)
Property Value
Type:
String
See Also