Specifies the date and time when the installation was completed.


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

Syntax

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

Remarks

See Also