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

Indicates whether or not the sender_name property is inherited.

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

Syntax

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

Return Value

true if sender_name property is inherited, false otherwise.

See Also