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

Indicates whether or not the sender_name_enforced is inherited.

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

Syntax

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

Return Value

true if sender_name_enforced property is inherited, false otherwise.

See Also