The date and time when the entity was last detected to be active.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property DateLastActive As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> DateLastActive { get; } |
| Visual C++ |
|---|
property Nullable<DateTime> DateLastActive { Nullable<DateTime> get (); } |
| JavaScript |
|---|
function get_dateLastActive(); |