AccountDataIsLocked Property |
Gets or sets a value indicating whether the account is locked.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "isLocked", EmitDefaultValue = false)]
public bool IsLocked { get; set; }
<DataMemberAttribute(Name := "isLocked", EmitDefaultValue := false)>
Public Property IsLocked As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isLocked", EmitDefaultValue = false)]
property bool IsLocked {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isLocked", EmitDefaultValue = false)>]
member IsLocked : bool with get, set
Property Value
Type:
BooleanSee Also