Specifies the date and time when the installation was completed.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also