AircraftOnlineLookupDetailCountry Property |
Gets or sets the aircraft's country of registration.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Country { get; set; }
Public Property Country As String
Get
Set
public:
property String^ Country {
String^ get ();
void set (String^ value);
}
member Country : string with get, set
Property Value
Type:
StringSee Also