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)

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertySelectionsBoolean As IBooleanList
C#
IBooleanList PropertySelectionsBoolean { get; }
C++
property IBooleanList PropertySelectionsBoolean abstract  {
    IBooleanList get();
}
J#
/** property */
public IBooleanList get_PropertySelectionsBoolean();
JScript
public function get PropertySelectionsBoolean() : IBooleanList

Remarks

See Also