| AirborneVelocityMessageVelocityType Property  | 
            Gets or sets the type of velocity encoded within the message, specifically whether it is airspeed or ground speed.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic VelocityType VelocityType { get; set; }Public Property VelocityType As VelocityType
	Get
	Set
public:
property VelocityType VelocityType {
	VelocityType get ();
	void set (VelocityType value);
}member VelocityType : VelocityType with get, set
Property Value
Type: 
VelocityType
See Also