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

DropDown 1

Specifies that the values are to be displayed using a DropDown object.

FilteredList 3

Specifies that the values are to be displayed using a FilteredList object.

List 2

Specifies that the values are to be displayed using a List object.

MandatoryFilter 4

Specifies that the values are to be displayed using a FilteredList object with a mandatory filter.

None 0

No hint is provided.

Applies to