.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
null if the value is null otherwise the
value for the
attribute.
E41516-01
Gets the EmbeddedObject value from the single value attribute.
Namespace: Org.IdentityConnectors.Framework.Common.ObjectsAssembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public static EmbeddedObject GetEmbeddedObjectValue( ConnectorAttribute attr ) |
Parameters
- attr
- Type: Org.IdentityConnectors.Framework.Common.Objects..::..ConnectorAttribute
ConnectorAttribute to retrieve the integer value from.
Return Value
Type: EmbeddedObjectnull if the value is null otherwise the
![]() | |
---|---|
EmbeddedObject |
Exceptions
Exception | Condition | ||||
---|---|---|---|---|---|
System..::..InvalidCastException | iff the object in the attribute is not an
| ||||
System..::..ArgumentException | iff the attribute is a multi valued instead of single valued. |