Specifies the name of the add-on associated with this installation record.


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

Syntax

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

Remarks

See Also