Specifies the name of the user who issued the add-on installation request.


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

Syntax

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

Remarks

See Also