| AirborneVelocityMessageChangeOfIntent Property  | 
            Gets or sets a value indicating that the Intent Change flag in a velocity message was set.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool ChangeOfIntent { get; set; }Public Property ChangeOfIntent As Boolean
	Get
	Set
public:
property bool ChangeOfIntent {
	bool get ();
	void set (bool value);
}member ChangeOfIntent : bool with get, set
Property Value
Type: 
Boolean
Remarks
            In Fine Format TIS-B messages this field is not present, it is used to carry the ICAO/Mode-A Flag field. On those
            messages this value is always false.
            
See Also