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

Returns this subscription name.

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

Syntax

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

Return Value

Subscription's name or null if this is an unshared non-durable subscription.

Remarks

It will be null for an unshared non-durable subscription.

See Also