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

Get the name and location of the configuration file containing the definitions of pre-configured stores.

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

Syntax

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

Return Value

the name (including full path) of the stores file.

See Also