SubscriptionQueryInput
IsActive Property
|
Namespace:
Spire.Presentation.AI.Model
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool? IsActive { get; set; }
Public Property IsActive As Boolean?
Get
Set
public:
property Nullable<bool> IsActive {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsActive : Nullable<bool> with get, set
Property Value
Type:
Nullable
Boolean
See Also