Specifies a ChoiceList object that represents the discrete set of possible values that this property can hold.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ChoiceList As IChoiceList
C#
IChoiceList ChoiceList { get; }
Visual C++
property IChoiceList^ ChoiceList {
	IChoiceList^ get ();
}
JavaScript
function get_choiceList();

ToggleRemarks

ToggleSee Also