.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Removes the given OperationOptionInfo as a supported option for the given operation.

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

Syntax

C#
public void RemoveSupportedOperationOption(
	SafeType<SPIOperation> op,
	OperationOptionInfo def
)

Parameters

op
Type: SafeType<(Of <(<'SPIOperation>)>)>
The SPI operation
def
Type: Org.IdentityConnectors.Framework.Common.Objects..::..OperationOptionInfo
The OperationOptionInfo

Exceptions

ExceptionCondition
System..::..ArgumentExceptionIf the given OperationOptionInfo was not already defined using DefineOperationOption(OperationOptionInfo).

See Also