Specifies a ChoiceListSet object containing the set of ChoiceList objects defined in this object store.


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

Syntax

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

Remarks

See Also