Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents information about an add-in that is not contained in a metadata file.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure.PackageInfo
Syntax
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public class PackageInfo
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class PackageInfo 
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")>
Public Class PackageInfo
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | PackageInfo() | Creates and initializes an instance of the PackageInfo class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Company | Gets and sets the name of the company that is associated with the add-in package. | 
| .jpeg) | ExpirationDateUtc | Gets and sets the date on which the subscription for the add-in package expires. | 
| .jpeg) | Filter | Specifies the filter that lists the client computers on which the add-in must be installed. | 
| .jpeg) | Id | Gets the identifier of the add-in package. | 
| .jpeg) | Install | Indicates whether the add-in package must be installed. | 
| .jpeg) | InstallDateUtc | Gets and sets the time that the add-in package was first installed. | 
| .jpeg) | IsExpirationSet | Indicates whether the add-in package expires. | 
| .jpeg) | IsMacClientSupported | Indicates whether a Macintosh-based binary is included for the add-in. | 
| .jpeg) | IsUpdateAvailable | Indicates whether an update is available for the add-in package. | 
| .jpeg) | LastRedeployDate | Gets and sets the date that the add-in package was last deployed. | 
| .jpeg) | MacDownloadPath | Gets the Uniform Resource Locator (URL) from which the Macintosh-based binary is downloaded. | 
| .jpeg) | MacFileName | Gets the name of the file that contains the Macintosh-based binary. | 
| .jpeg) | Name | Gets the name of the add-in package. | 
| .jpeg) | Package | Gets and sets the metadata for the add-in package. | 
| .jpeg) | RenewalUri | Gets and sets the address that is displayed for renewing the add-in package. | 
| .jpeg) | UpdateType | Gets and sets the type of the update for the add-in package. | 
| .jpeg) | UpdateUri | Gets and sets the URI of the latest update. | 
| .jpeg) | UpdateVersion | Gets and sets the version of the latest update. | 
| .jpeg) | Version | Gets and sets the version of the add-in package. | 
| .jpeg) | VersionOnServer | Gets the version of the add-in package that is currently installed on the server. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top