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

Get the directory in which the server is storing its store files.

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

Syntax

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

Return Value

the server store files directory.

See Also