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

Gets the configuration mode of the server.

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

Syntax

public ConfigurationMode ServerConfigurationMode { get; }
Public ReadOnly Property ServerConfigurationMode As ConfigurationMode
public:
property ConfigurationMode ServerConfigurationMode {
	ConfigurationMode get ();
}

Return Value

a ConfigurationMode value representing the server configuration type. ConfigurationMode.Conf represents the *.conf file format and ConfigurationMode.XML represents the XML based server configuration format.

See Also