.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Get the boolean value from the specified (single-valued) attribute.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public Nullable<bool> FindBoolean(
	string name
)

Parameters

name
Type: System..::..String
Attribute from which to retrieve the boolean value.

Return Value

Type: Nullable<(Of <(<'Boolean>)>)>
null if the value is null otherwise the boolean value for the attribute.

Exceptions

ExceptionCondition
System..::..InvalidCastExceptioniff the object in the attribute is not an Boolean.
System..::..ArgumentExceptioniff the attribute is a multi-valued (rather than single-valued).

See Also