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

Get the number of topics in the server.

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

Syntax

public int TopicCount { get; }
Public ReadOnly Property TopicCount As Integer
public:
property int TopicCount {
	int get ();
}

Return Value

the number of topics.

See Also