Specifies 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 AddOn As IAddOn
C#
IAddOn AddOn { get; }
C++
property IAddOn AddOn abstract  {
    IAddOn get();
}
J#
/** property */
public IAddOn get_AddOn();
JScript
public function get AddOn() : IAddOn

Remarks

See Also