.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determine if the ConnectorObject or EmbeddedObject(String, Filter)ConnectorAttribute value contains the ConnectorAttribute value provided.

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 ContainsIgnoreCase(
	ConnectorAttribute attr
)

Return Value

Type: Filter
true if the ConnectorObject or EmbeddedObject(String, Filter) attribute value contains the attribute value provided.

See Also