.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Gets the string value from the single value attribute.

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

Syntax

C#
public static string GetAsStringValue(
	ConnectorAttribute attr
)

Parameters

attr
Type: Org.IdentityConnectors.Framework.Common.Objects..::..ConnectorAttribute
ConnectorAttribute to retrieve the string value from.

Return Value

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

Exceptions

ExceptionCondition
System..::..ArgumentExceptioniff the attribute is a multi valued instead of single valued.

See Also