Gets or sets the name of the .routing file used when the Constellation is in a chain.
Read-write property
[Visual Basic .NET] |
---|
Public Property RoutingFile() As String |
[C#] |
---|
public string RoutingFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_RoutingFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_RoutingFile( BSTR * pVal ); public: HRESULT put_RoutingFile( BSTR RoutingFile ); |
[Java] |
---|
public String getRoutingFile(); public void setRoutingFile( String ); |