.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Return the multivalued attribute as a list of strings.

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

Syntax

C#
public IList<string> FindStringList(
	string name
)

Parameters

name
Type: System..::..String
the name of the attribute to search for

Return Value

Type: IList<(Of <(<'String>)>)>
a List of String values for the attribute

Remarks

This will throw a ClassCastException if the underlying attribute list is not of type String.

See Also