[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Enum that contains values of configuration modes
the server may be running.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public enum ConfigurationMode |
Public Enumeration ConfigurationMode |
public enum class ConfigurationMode |
Members
Member name | Description | |
---|---|---|
Conf |
Server is using *.conf format configuration files.
| |
XML |
Server is using a json or an xml based configuration file (deprecated).
| |
JSON |
Server is using a json based configuration file.
|