Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to identify the type of a configuration parameter definition.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ConfigParameterType
Syntax
'Declaration
Public Enumeration ConfigParameterType
public enum ConfigParameterType
public enum class ConfigParameterType
public enum ConfigParameterType
public enum ConfigParameterType
Members
| Member name | Description |
|---|---|
| CheckBox | A check box. |
| Divider | A separator bar. |
| DropDown | A drop-down. |
| EncryptedString | An encrypted string with validation. |
| File | A file entry with browse button. |
| Label | A label. |
| String | A string with validation. |
| Text | A string without validation. |