.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Set the value of the Configuration property by name.

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

Syntax

C#
void SetPropertyValue(
	string name,
	Object value
)

Parameters

name
Type: System..::..String
Name of the property to set the value against.
value
Type: System..::..Object
Value to set on the configuration property.

Exceptions

ExceptionCondition
System..::..ArgumentExceptioniff the property name does not exist.

See Also