[TIBCO.EMS .NET Admin client library 7.0 documentation]

Determines if the list of transports this topic exports messages on was inherited from a parent topic or whether it was set on the topic directly.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool ExportTransportsInherited { get; }
Public ReadOnly Property ExportTransportsInherited As Boolean
public:
property bool ExportTransportsInherited {
	bool get ();
}

Return Value

true if transport list is inherited from parent, false otherwise.

See Also