AddIn package attribute. Use it to annotate an addIn package from your assembly. You can have multiple assemblies in your AddIn package, please use AddInPackageAttribute only once per AddIn, not once per assembly.
Constructors
Name | Description |
---|---|
AddInPackageAttribute(String, String) | Initializes a new instance of the AddInPackageAttribute class |
AddInPackageAttribute(String name, String id) Constructor
AddIn package attribute constructor. You can have multiple assemblies in your AddIn package, please use AddInPackageAttribute only once per package, not once per assembly.
public AddInPackageAttribute(string name, string id)
Parameter name | Description |
---|---|
name | The name of the add-in package. |
id | Unique ID of the package. This is a GUID in a registry format. |
Properties
Property | Property value | Description |
---|---|---|
AddInPackageAttribute.Name | String | The name of the add-in package. |
AddInPackageAttribute.ID | String | Unique ID of the package. This is a GUID in registry format. |
AddInPackageAttribute.Description | String | Package description. |
AddInPackageAttribute.Version | String | Package version. |
AddInPackageAttribute.Author | String | Package author. |
AddInPackageAttribute.Company | String | A company or entity that developed this package. |
AddInPackageAttribute.Date | String | Packaging date. |
AddInPackageAttribute.TargetProduct | String | Target product for the add-in. Usually set to 'Server'. |
AddInPackageAttribute.TargetVersion | String | Target product's version. For example, '10.9'. |
Inheritance Hierarchy
Inheritance: System.Attribute → ESRI.Server.SOESupport.AddInPackageAttribute