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

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also