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)

Syntax

Visual Basic (Declaration)
ReadOnly Property InstallationReport As String
C#
string InstallationReport { get; }
C++
property string InstallationReport abstract  {
    String get();
}
J#
/** property */
public string get_InstallationReport();
JScript
public function get InstallationReport() : String

Remarks

See Also