The date and time when the instance was last started.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property DateLastStarted As Nullable(Of DateTime)
C#
Nullable<DateTime> DateLastStarted { get; }
Visual C++
property Nullable<DateTime> DateLastStarted {
	Nullable<DateTime> get ();
}
JavaScript
function get_dateLastStarted();

ToggleSee Also