DBaaSAccountDetailsHasLock Property
|
Show if 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 HasLock { get; set; }<DataMemberAttribute>
Public Property HasLock As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool HasLock {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member HasLock : bool with get, set
function get HasLock () : boolean
function set HasLock (value : boolean)
Property Value
Type:
Boolean
See Also