Property IsActive
IsActive
Indicates the current active state of the aura. Returns null if the aura is not loaded, otherwise returns true or false based on the aura's active state.
Declaration
bool? IsActive { get; }
Property Value
Type | Description |
---|---|
bool? |