PackageInfo Class
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 | |
---|---|---|
PackageInfo() | Creates and initializes an instance of the PackageInfo class. |
Properties
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. |
Methods
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.) |
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