Specifies a BooleanList object that contains the list of Boolean values that can be assigned to the property described by this PropertyDescriptionBoolean object.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertySelectionsBoolean As IBooleanList
C#
IBooleanList PropertySelectionsBoolean { get; }
Visual C++
property IBooleanList^ PropertySelectionsBoolean {
	IBooleanList^ get ();
}
JavaScript
function get_propertySelectionsBoolean();

ToggleRemarks

ToggleSee Also