.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Gets or sets the {@link ConnectorMessages message catalog} instance that allows the Connector to localize messages. The setter is called before any bean property setter, the [M:Validate] method or this property getter.

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

Syntax

C#
ConnectorMessages ConnectorMessages { get; set; }

Property Value

Type: ConnectorMessages

See Also