Returns the value held by the Content Engine property represented by this PropertyBoolean object.


Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Function GetBooleanValue() As Nullable(Of Boolean)
C#
Nullable<bool> GetBooleanValue()
C++
Nullable<bool> GetBooleanValue() abstract 
J#
Nullable<bool> GetBooleanValue()
JScript
function GetBooleanValue() : Nullable<bool>

Return Value

A Boolean specifying the property value.

Exceptions

Exception TypeCondition
API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyBoolean.

See Also