.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determines if this attribute can handle multiple values.

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

Syntax

C#
public bool IsMultiValued { get; }

Return Value

Type: Boolean
true if the attribute is multi-value otherwise false.

Remarks

There is a special case with byte[] since in most instances this denotes a single object.

See Also