DBaaSAccountHasLocks Property
|
Indicates if DBaaS Account is locked
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool HasLocks { get; set; }<DataMemberAttribute>
Public Property HasLocks As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool HasLocks {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member HasLocks : bool with get, set
function get HasLocks () : boolean
function set HasLocks (value : boolean)
Property Value
Type:
Boolean
See Also