AircraftJsonYearBuilt Property |
Gets or sets the year the aircraft was manufactured.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string YearBuilt { get; set; }
Public Property YearBuilt As String
Get
Set
public:
property String^ YearBuilt {
String^ get ();
void set (String^ value);
}
member YearBuilt : string with get, set
Property Value
Type:
StringSee Also