.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Find the ConnectorAttributeInfo of the given name in the [!:Set].

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

Syntax

C#
public static ConnectorAttributeInfo Find(
	string name,
	ICollection<ConnectorAttributeInfo> attrs
)

Parameters

name
Type: System..::..String
ConnectorAttributeInfo's name to search for.
attrs
Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttributeInfo>)>)>
[!:Set] of AttributeInfo to search.

Return Value

Type: ConnectorAttributeInfo
ConnectorAttributeInfo with the specified otherwise
 Copy imageCopy
null
.

See Also