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

Returns true if this is a shared durable consumer. The shared subscription name is DurableName

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

Syntax

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

Return Value

true if this is a shared durable consumer.

See Also