ReportAircraftJsonAirframeReg Property |
Note: This API is now obsolete.
Gets or sets the registration as formatted for Airframes.org
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [ObsoleteAttribute("Have the javascript do this instead")]
public string AirframeReg { get; set; }
<ObsoleteAttribute("Have the javascript do this instead")>
Public Property AirframeReg As String
Get
Set
public:
[ObsoleteAttribute(L"Have the javascript do this instead")]
property String^ AirframeReg {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("Have the javascript do this instead")>]
member AirframeReg : string with get, set
Property Value
Type:
StringSee Also