[TIBCO.EMS .NET Admin client library 8.1 documentation]
Determines if the list of transports this destination imports messages
from was inherited from a parent destination or whether it was set on
the destination directly.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public bool ImportTransportsInherited { get; } |
|
---|
Public ReadOnly Property ImportTransportsInherited As Boolean |
|
---|
public:
property bool ImportTransportsInherited {
bool get ();
} |
Return Value
true if transport list inherited from parent, false otherwise.
See Also