.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determine if the ConnectorObject is locked out.

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

Syntax

C#
public static Nullable<bool> IsLockedOut(
	ConnectorObject obj
)

Return Value

Type: Nullable<(Of <(<'Boolean>)>)>
 Copy imageCopy
null
if the attribute does not exist otherwise to value of the ConnectorAttribute.

Remarks

By getting the value of the LOCK_OUT_NAME.

Exceptions

ExceptionCondition
System..::..NullReferenceExceptioniff the parameter 'obj' is
 Copy imageCopy
null
.

See Also