ModeSMessageVerticalStatus Property |
Gets or sets the vertical status from the VS field of the reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<VerticalStatus> VerticalStatus { get; set; }
Public Property VerticalStatus As Nullable(Of VerticalStatus)
Get
Set
public:
property Nullable<VerticalStatus> VerticalStatus {
Nullable<VerticalStatus> get ();
void set (Nullable<VerticalStatus> value);
}
member VerticalStatus : Nullable<VerticalStatus> with get, set
Property Value
Type:
NullableVerticalStatusSee Also