The value of a Choice object that holds an integer data type in a choice list.

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

ToggleSyntax

Visual Basic (Declaration)
Property ChoiceIntegerValue As Nullable(Of Integer)
C#
Nullable<int> ChoiceIntegerValue { get; set; }
Visual C++
property Nullable<int> ChoiceIntegerValue {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_choiceIntegerValue();
function set_choiceIntegerValue(value);

ToggleRemarks

ToggleSee Also