The date and time the managed user record was confirmed.
Namespace:
FileNet.Api.Security
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property DateConfirmed As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> DateConfirmed { get; } |
| Visual C++ |
|---|
property Nullable<DateTime> DateConfirmed { Nullable<DateTime> get (); } |
| JavaScript |
|---|
function get_dateConfirmed(); |