| AircraftOperationalStatusMessageAirborneCapability Property  | 
            Gets or sets the airborne capability flags. The meaning of the flags depends upon the 
AdsbVersion.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<ushort> AirborneCapability { get; set; }Public Property AirborneCapability As Nullable(Of UShort)
	Get
	Set
public:
property Nullable<unsigned short> AirborneCapability {
	Nullable<unsigned short> get ();
	void set (Nullable<unsigned short> value);
}member AirborneCapability : Nullable<uint16> with get, set
Property Value
Type: 
NullableUInt16
Remarks
See Also