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

Parameters

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

Return Value

Type: String
null if the value is null otherwise the long value for the attribute.

Exceptions

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

See Also