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

Determine if the channel property was inherited from a parent topic or set directly for this topic.

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

Syntax

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

Return Value

true if the channel property was inherited.

See Also