.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Sets a given option and a value for that option.

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

Syntax

C#
public void SetOption(
	string name,
	Object value
)

Parameters

name
Type: System..::..String
The name of the option
value
Type: System..::..Object
The value of the option. Must be one of the types that we can serialize. See ObjectSerializerFactory for a list of supported types.

See Also