.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)
true if the account is enabled, false otherwise
E41516-01
Return the enabled status of the account.
Namespace: Org.IdentityConnectors.Framework.Common.ObjectsAssembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public bool GetEnabled( bool dflt ) |
Parameters
- dflt
- Type: System..::..Boolean
the default state if enable is not found.
Return Value
Type: Booleantrue if the account is enabled, false otherwise
Remarks
If the ENABLE operational attribute is present, it's value takes
precedence over the current value. If it is missing, the currentlyEnabled
status is returned instead.