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

Get the name and location of the configuration file containing the definitions of queues.

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

Syntax

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

Return Value

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

See Also