AircraftListJsonBuilderArgsOnlyIncludeMessageFields Property |
Gets or sets a value indicating that fields derived from aircraft messages are to be suppressed,
only fields taken directly from an aircraft are to be included in the aircraft JSON.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool OnlyIncludeMessageFields { get; set; }
Public Property OnlyIncludeMessageFields As Boolean
Get
Set
public:
property bool OnlyIncludeMessageFields {
bool get ();
void set (bool value);
}
member OnlyIncludeMessageFields : bool with get, set
Property Value
Type:
BooleanSee Also