| AirborneVelocityMessageVerticalRate Property  | 
            Gets or sets the vertical rate in feet per minute. Positive values indicate that the vehicle is ascending, negative values
            indicate the vehicle is descending.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> VerticalRate { get; set; }Public Property VerticalRate As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> VerticalRate {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member VerticalRate : Nullable<int> with get, set
Property Value
Type: 
NullableInt32
See Also