ModeSMessageElmControl Property |
Gets or sets the ELM control setting in the KE 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<ElmControl> ElmControl { get; set; }
Public Property ElmControl As Nullable(Of ElmControl)
Get
Set
public:
property Nullable<ElmControl> ElmControl {
Nullable<ElmControl> get ();
void set (Nullable<ElmControl> value);
}
member ElmControl : Nullable<ElmControl> with get, set
Property Value
Type:
NullableElmControlSee Also