.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Find the ConnectorAttribute 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 ConnectorAttribute Find(
	string name,
	ICollection<ConnectorAttribute> attrs
)

Parameters

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

Return Value

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

See Also