.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Transform a
| Copy |
---|
Collection |
of
| Copy |
---|
|
ConnectorAttribute} instances into a {@link Map}.
The key to each element in the map is the
name of an
| Copy |
---|
ConnectorAttribute |
.
The value of each element in the map is the
| Copy |
---|
ConnectorAttribute |
instance with that name.
Namespace: Org.IdentityConnectors.Framework.Common.ObjectsAssembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public static IDictionary<string, ConnectorAttribute> ToMap(
ICollection<ConnectorAttribute> attributes
) |
Return Value
Type:
IDictionary<(Of <(<'String,
ConnectorAttribute>)>)>See Also