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

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

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

Syntax

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

Return Value

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

See Also