.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Gets the 'Name' attribute from a set of ConnectorAttributes.

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

Syntax

C#
public static Name GetNameFromAttributes(
	ICollection<ConnectorAttribute> attrs
)

Parameters

attrs
Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttribute>)>)>
set of attributes to search against.

Return Value

Type: Name
the 'Name' attribute it if exsist otherwise
 Copy imageCopy
null

See Also