Indicates the time when the last activity occurred on this indexing job.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property TimeLastProcessed As Nullable(Of Date)
C#
Nullable<DateTime> TimeLastProcessed { get; }
C++
property Nullable<DateTime> TimeLastProcessed abstract  {
    Nullable<DateTime> get();
}
J#
/** property */
public Nullable<DateTime> get_TimeLastProcessed();
JScript
public function get TimeLastProcessed() : Nullable<DateTime>

Remarks

See Also