ReportAircraftJsonOperatorFlagCode Property |
Gets or sets the ICAO code for the aircraft's operator.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string OperatorFlagCode { get; set; }
Public Property OperatorFlagCode As String
Get
Set
public:
property String^ OperatorFlagCode {
String^ get ();
void set (String^ value);
}
member OperatorFlagCode : string with get, set
Property Value
Type:
StringSee Also