PackageInfo Class
Represents information about an add-in that is not contained in a metadata file.
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
| Name | Description | |
|---|---|---|
![]() | PackageInfo() | Creates and initializes an instance of the PackageInfo class. |
| Name | Description | |
|---|---|---|
![]() | Company | Gets and sets the name of the company that is associated with the add-in package. |
![]() | ExpirationDateUtc | Gets and sets the date on which the subscription for the add-in package expires. |
![]() | Filter | Specifies the filter that lists the client computers on which the add-in must be installed. |
![]() | Id | Gets the identifier of the add-in package. |
![]() | Install | Indicates whether the add-in package must be installed. |
![]() | InstallDateUtc | Gets and sets the time that the add-in package was first installed. |
![]() | IsExpirationSet | Indicates whether the add-in package expires. |
![]() | IsMacClientSupported | Indicates whether a Macintosh-based binary is included for the add-in. |
![]() | IsUpdateAvailable | Indicates whether an update is available for the add-in package. |
![]() | LastRedeployDate | Gets and sets the date that the add-in package was last deployed. |
![]() | MacDownloadPath | Gets the Uniform Resource Locator (URL) from which the Macintosh-based binary is downloaded. |
![]() | MacFileName | Gets the name of the file that contains the Macintosh-based binary. |
![]() | Name | Gets the name of the add-in package. |
![]() | Package | Gets and sets the metadata for the add-in package. |
![]() | RenewalUri | Gets and sets the address that is displayed for renewing the add-in package. |
![]() | UpdateType | Gets and sets the type of the update for the add-in package. |
![]() | UpdateUri | Gets and sets the URI of the latest update. |
![]() | UpdateVersion | Gets and sets the version of the latest update. |
![]() | Version | Gets and sets the version of the add-in package. |
![]() | VersionOnServer | Gets the version of the add-in package that is currently installed on the server. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


