ModeSMessageApplicationField Property |
Gets or sets the content of the AF field in a DF19 reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<ApplicationField> ApplicationField { get; set; }
Public Property ApplicationField As Nullable(Of ApplicationField)
Get
Set
public:
property Nullable<ApplicationField> ApplicationField {
Nullable<ApplicationField> get ();
void set (Nullable<ApplicationField> value);
}
member ApplicationField : Nullable<ApplicationField> with get, set
Property Value
Type:
NullableApplicationFieldSee Also