InstanceSelection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a hint on how a client application displays a list of server values.
public enum InstanceSelection
type InstanceSelection =
Public Enum InstanceSelection
- Inheritance
-
InstanceSelection
Fields
Name | Value | Description |
---|---|---|
None | 0 | No hint is provided. |
DropDown | 1 | Specifies that the values are to be displayed using a DropDown object. |
List | 2 | Specifies that the values are to be displayed using a List object. |
FilteredList | 3 | Specifies that the values are to be displayed using a FilteredList object. |
MandatoryFilter | 4 | Specifies that the values are to be displayed using a FilteredList object with a mandatory filter. |