DBaaSAccountDetailsDbaasUsername Property
|
Dbaas Username for shared account
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string DbaasUsername { get; set; }<DataMemberAttribute>
Public Property DbaasUsername As String
Get
Set
public:
[DataMemberAttribute]
property String^ DbaasUsername {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member DbaasUsername : string with get, set
function get DbaasUsername () : String
function set DbaasUsername (value : String)
Property Value
Type:
String
See Also