CountryIata Property | |
Gets or sets IATA code
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false)]
public string Iata { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ Iata {
String^ get ();
void set (String^ value);
}
function get_Iata();
function set_Iata(value);
Property Value
Type:
StringSee Also