.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Get the Uid from the attribute 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 Uid GetUidAttribute(
	ICollection<ConnectorAttribute> attrs
)

Parameters

attrs
Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttribute>)>)>
set of ConnectorAttributes that may contain a Uid.

Return Value

Type: Uid
null if the set does not contain a Uid object the first one found.

See Also