TenantDataIsEnabled Property |
Gets or sets the value corresponding to
IsEnabled.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "isEnabled", EmitDefaultValue = true)]
public bool IsEnabled { get; set; }
<DataMemberAttribute(Name := "isEnabled", EmitDefaultValue := true)>
Public Property IsEnabled As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isEnabled", EmitDefaultValue = true)]
property bool IsEnabled {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isEnabled", EmitDefaultValue = true)>]
member IsEnabled : bool with get, set
Property Value
Type:
BooleanSee Also