Condividi tramite


InstanceSelection Enum

Definition

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.

Applies to