Server information type
Syntax
'Declaration
Public Enum EInfoType
Inherits System.Enum
'Usage
Dim instance As EInfoType
public enum EInfoType : System.Enum
public enum EInfoType = class(System.Enum)
public enum EInfoType extends System.Enum
public enum class EInfoType : public System.Enum
Members
Member | Description |
ciErrorText | Error text for specified error |
ciModulesList | List of modules - List format |
ciModulesXml | List of modules - XML format |
See Also