Property IsActive
IsActive
Gets a value indicating the current active state of the Trigger.
Declaration
public bool? IsActive { get; }
Property Value
Type | Description |
---|---|
bool? |
Implements
Remarks
Can be True (Active), False (Not Active), or Null (Unknown, Disabled, or Not Ready).