Contains the installation report formatted as an XML string. If the installation was successful, the value will be null.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property InstallationReport As String
C#
string InstallationReport { get; }
Visual C++
property String^ InstallationReport {
	String^ get ();
}
JavaScript
function get_installationReport();

ToggleRemarks

ToggleSee Also