.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Create a builder from an existing set of options.

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

Syntax

C#
public OperationOptionsBuilder(
	OperationOptions options
)

Parameters

options
Type: Org.IdentityConnectors.Framework.Common.Objects..::..OperationOptions
The existing set of options. Must not be null.

See Also