FeedStatusTotalAircraft Property |
Gets or sets the total number of bad messages.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int TotalAircraft { get; set; }
Public Property TotalAircraft As Integer
Get
Set
public:
property int TotalAircraft {
int get ();
void set (int value);
}
member TotalAircraft : int with get, set
Property Value
Type:
Int32See Also