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

Returns the name of the consumer's durable subscription or null Only durable topic consumers have durable name. This method returns null for non-durable topic subscribers and queue receivers.

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

Syntax

public string DurableName { get; }
Public ReadOnly Property DurableName As String
public:
property String^ DurableName {
	String^ get ();
}

Return Value

consumer's durable name or null if the consumer is not a durable topic consumer.

See Also