.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determines if the attribute is returned by default.

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

Syntax

C#
public bool IsReturnedByDefault { get; }

Return Value

Type: Boolean
false iff the attribute should not be returned by default.

Remarks

Indicates if an ConnectorAttribute will be returned during SearchApiOp or GetApiOp inside a ConnectorObject by default. The default value is
 Copy imageCopy
true
.

See Also