.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Returns the set of operation options that are defined in the schema, regardless of which operations support them.

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

Syntax

C#
public ICollection<OperationOptionInfo> OperationOptionInfo { get; }

Return Value

Type: ICollection<(Of <(<'OperationOptionInfo>)>)>
The options defined in this schema.

See Also