Gets or sets the router used to provide available airways.
Read-only property
[Visual Basic .NET] |
---|
Public Property Router() As String |
[C#] |
---|
public string Router {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Router(); |
[Unmanaged C++] |
---|
public: HRESULT get_Router( BSTR * pVal ); |
[Java] |
---|
public String getRouter(); |