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)

Syntax

Visual Basic (Declaration)
ReadOnly Property ChoiceList As IChoiceList
C#
IChoiceList ChoiceList { get; }
C++
property IChoiceList ChoiceList abstract  {
    IChoiceList get();
}
J#
/** property */
public IChoiceList get_ChoiceList();
JScript
public function get ChoiceList() : IChoiceList

Remarks

See Also