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

Get or set sender_name property for this destination.

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

Syntax

public bool SenderName { get; set; }
Public Property SenderName As Boolean
public:
property bool SenderName {
	bool get ();
	void set (bool value);
}

Return Value

true if sender_name property is set on this destionation, false otherwise.

See Also