.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Returns the OperationOptionInfo for the given name.

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

Syntax

C#
public OperationOptionInfo FindOperationOptionInfo(
	string name
)

Parameters

name
Type: System..::..String
The name to find.

Return Value

Type: OperationOptionInfo
the OperationOptionInfo for the given name or null if not found.

See Also