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

Get the consumer ID associated with this durable.

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

Syntax

public long ConsumerID { get; }
Public ReadOnly Property ConsumerID As Long
public:
property long long ConsumerID {
	long long get ();
}

Return Value

the consumer ID associated with this durable.

See Also