A ChoiceList object representing a set of allowable values. If it is associated with a property, ChoiceValues provides a discrete set of possible values that the property can hold. Otherwise, if a ChoiceValues is associated with a Choice object, it defines the set of possible values in a choice list group.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property ChoiceValues As IChoiceList
C#
IChoiceList ChoiceValues { get; set; }
C++
property IChoiceList ChoiceValues abstract  {
    IChoiceList get();
    void set(IChoiceList value);
}
J#
/** property */
public IChoiceList get_ChoiceValues();

/** property */
public void set_ChoiceValues(IChoiceList value);
JScript
public function get ChoiceValues() : IChoiceList

public function set ChoiceValues(value : IChoiceList);

Remarks

See Also