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

Returns the name of the shared subscription. For shared durable consumers, this is equivalent to the durable name.

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

Syntax

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

Return Value

the name of the shared subscription, or null if the consumer is not a shared consumer or is a queue consumer.

See Also