.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Adds or sets an argument to pass to the script.

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

Syntax

C#
public ScriptContextBuilder AddScriptArgument(
	string name,
	Object value
)

Parameters

name
Type: System..::..String
The name of the argument. Must not be null.
value
Type: System..::..Object
The value of the argument. Must be one of type types that the framework can serialize.

Return Value

Type: ScriptContextBuilder

See Also