.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Get the enable date from the set of attributes.

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<DateTime> GetEnableDate(
	ICollection<ConnectorAttribute> attrs
)

Parameters

attrs
Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttribute>)>)>
set of attribute to find the enable date ConnectorAttribute.

Return Value

Type: Nullable<(Of <(<'DateTime>)>)>
 Copy imageCopy
null
if the attribute does not exist and the value of the ConnectorAttribute if it does.

See Also