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