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

Get the name and location of the configuration file containing the definitions of pre-configured TIBCO Rendezvous Certified Messaging listeners.

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

Syntax

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

Return Value

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

See Also