.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
The Configuration interface is traversed through reflection. This annotation provides a way to override the default configuration operation for each property.

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

Syntax

C#
public class ConfigurationPropertyAttribute : Attribute

Examples

 Copy imageCopy
public class MyClass : Configuration {
    [ConfigurationPropertionOptions(Confidential=true)]
    public string MyProperty {get ; set;}
}

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Org.IdentityConnectors.Framework.Spi..::..ConfigurationPropertyAttribute

See Also