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

Determines if the list of targets 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 BridgeTargetsInherited { get; }
Public ReadOnly Property BridgeTargetsInherited As Boolean
public:
property bool BridgeTargetsInherited {
	bool get ();
}

Return Value

true if targets inherited from parent, false otherwise.

See Also