ReportFlightJsonNumPosMsgRec Property |
Gets or sets the total number of messages that contained position information received over the course of the flight.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int NumPosMsgRec { get; set; }
Public Property NumPosMsgRec As Integer
Get
Set
public:
property int NumPosMsgRec {
int get ();
void set (int value);
}
member NumPosMsgRec : int with get, set
Property Value
Type:
Int32See Also