Specifies a
object that represents the discrete set of possible values that this property can hold.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ChoiceList As IChoiceList |
C# |
---|
IChoiceList ChoiceList { get; set; } |
C++ |
---|
property IChoiceList ChoiceList abstract { IChoiceList get(); void set(IChoiceList value); } |
J# |
---|
/** property */ public IChoiceList get_ChoiceList(); /** property */ public void set_ChoiceList(IChoiceList value); |
JScript |
---|
public function get ChoiceList() : IChoiceList public function set ChoiceList(value : IChoiceList); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: ChoiceList
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ