AircraftDetailFlightsCount Property |
Gets or sets the number of flights seen for the aircraft. This is only set once, when the
aircraft record is first read. It is never refreshed.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int FlightsCount { get; set; }
Public Property FlightsCount As Integer
Get
Set
public:
property int FlightsCount {
int get ();
void set (int value);
}
member FlightsCount : int with get, set
Property Value
Type:
Int32See Also