StkSatelliteDatabaseQueryActive Property |
Gets or sets the value of
Active that is required
in order for the entry to be included in the query.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool? Active { get; set; }
Public Property Active As Boolean?
Get
Set
public:
property Nullable<bool> Active {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Active : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also