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