.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
The ConnectorAttribute value provided is less than or equal to the ConnectorObject or EmbeddedObject(String, Filter) attribute value.

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

Syntax

C#
public static Filter GreaterThanOrEqualTo(
	ConnectorAttribute attr
)

Parameters

attr
Type: Org.IdentityConnectors.Framework.Common.Objects..::..ConnectorAttribute
ConnectorAttribute to do the comparison.

Return Value

Type: Filter
true if attribute provided is greater than or equal to the one provided by the ConnectorObject or EmbeddedObject(String, Filter).

See Also