Gets or sets the airway ID.
Read-write property
[Visual Basic .NET] |
---|
Public Property AirwayID() As String |
[C#] |
---|
public string AirwayID {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_AirwayID(); |
[Unmanaged C++] |
---|
public: HRESULT get_AirwayID( BSTR * pVal ); public: HRESULT put_AirwayID( BSTR newVal ); |
[Java] |
---|
public String getAirwayID(); public void setAirwayID( String ); |