Specifies the add-ons (including upgrade add-ons) registered with a domain.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property AddOns As IAddOnSet
C#
IAddOnSet AddOns { get; }
C++
property IAddOnSet AddOns abstract  {
    IAddOnSet get();
}
J#
/** property */
public IAddOnSet get_AddOns();
JScript
public function get AddOns() : IAddOnSet

Remarks

See Also