Specifies a ChoiceType constant that determines the type of data that a Choice object represents: an integer-type choice item, a string-type choice item, a group node for a nested collection of integer-type Choice objects, or a group node for a nested collection of string-type Choice 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

See Also