AircraftJsonCountMessagesReceived Property |
Gets or sets the number of messages received for the aircraft.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<long> CountMessagesReceived { get; set; }
Public Property CountMessagesReceived As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> CountMessagesReceived {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member CountMessagesReceived : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also