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

Get or set the subject of the listener.

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

Syntax

public string Subject { get; set; }
Public Property Subject As String
public:
property String^ Subject {
	String^ get ();
	void set (String^ value);
}

Return Value

listener subject.

See Also