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

Get the classpath set for the database store.

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

Syntax

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

Return Value

The value of the setting. Null will be returned if this server is using a database store.

See Also