AccountIsEnabled Property |
Gets or sets a value indicating whether the account is enabled.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IsEnabled { get; set; }
Public Property IsEnabled As Boolean
Get
Set
public:
virtual property bool IsEnabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsEnabled : bool with get, set
override IsEnabled : bool with get, set
Property Value
Type:
BooleanSee Also