| TcasResolutionAdvisoryThreatBearing Property | 
            Gets or sets the bearing, relative to the aircraft, of the threat aircraft.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Nullable<short> ThreatBearing { get; set; }Public Property ThreatBearing As Nullable(Of Short)
	Get
	Set
public:
property Nullable<short> ThreatBearing {
	Nullable<short> get ();
	void set (Nullable<short> value);
}member ThreatBearing : Nullable<int16> with get, set
Property Value
Type: 
NullableInt16 Remarks
Remarks See Also
See Also