Opt to use a .routing file to when the constellation is used in a Chain.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseRoutingFile() As Boolean |
[C#] |
---|
public bool UseRoutingFile {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseRoutingFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseRoutingFile( VARIANT_BOOL * pVal ); public: HRESULT put_UseRoutingFile( VARIANT_BOOL UseRoutingFile ); |
[Java] |
---|
public bool getUseRoutingFile(); public void setUseRoutingFile( bool ); |