.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determines if this attribute is a special attribute.

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

Syntax

C#
public static bool IsSpecial(
	ConnectorAttribute attr
)

Return Value

Type: Boolean
true iff the attribute value is a Uid, ObjectClass, [!:Password], or OperationalAttributes.

Exceptions

ExceptionCondition
System..::..NullReferenceExceptioniff the attribute parameter is null.

See Also