.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Get the integer 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<double> FindDouble(
	string name
)

Parameters

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

Return Value

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

Exceptions

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

See Also