ModeSMessageControlField Property |
Gets or sets the content of the CF field for a non-transponder extended squitter reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<ControlField> ControlField { get; set; }
Public Property ControlField As Nullable(Of ControlField)
Get
Set
public:
property Nullable<ControlField> ControlField {
Nullable<ControlField> get ();
void set (Nullable<ControlField> value);
}
member ControlField : Nullable<ControlField> with get, set
Property Value
Type:
NullableControlFieldSee Also