SearchBaseStationCriteriaIsEmergency Property |
Gets or sets a value indicating that only flights that broadcast an emergency squawk code should be included.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FilterBool IsEmergency { get; set; }
Public Property IsEmergency As FilterBool
Get
Set
public:
property FilterBool^ IsEmergency {
FilterBool^ get ();
void set (FilterBool^ value);
}
member IsEmergency : FilterBool with get, set
Property Value
Type:
FilterBoolSee Also