Specifies a
constant that determines the type of data that a
object represents: an integer-type choice item, a string-type choice item, a group node for a nested collection of integer-type
objects, or a group node for a nested collection of string-type
objects.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ChoiceType As ChoiceType |
C# |
---|
ChoiceType ChoiceType { get; set; } |
C++ |
---|
property ChoiceType ChoiceType abstract { ChoiceType get(); void set(ChoiceType value); } |
J# |
---|
/** property */ public ChoiceType get_ChoiceType(); /** property */ public void set_ChoiceType(ChoiceType value); |
JScript |
---|
public function get ChoiceType() : ChoiceType public function set ChoiceType(value : ChoiceType); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 3
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ