Share via


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
System_CAPS_pubmethod PackageInfo()

Creates and initializes an instance of the PackageInfo class.

Properties

Name Description
System_CAPS_pubproperty Company

Gets and sets the name of the company that is associated with the add-in package.

System_CAPS_pubproperty ExpirationDateUtc

Gets and sets the date on which the subscription for the add-in package expires.

System_CAPS_pubproperty Filter

Specifies the filter that lists the client computers on which the add-in must be installed.

System_CAPS_pubproperty Id

Gets the identifier of the add-in package.

System_CAPS_pubproperty Install

Indicates whether the add-in package must be installed.

System_CAPS_pubproperty InstallDateUtc

Gets and sets the time that the add-in package was first installed.

System_CAPS_pubproperty IsExpirationSet

Indicates whether the add-in package expires.

System_CAPS_pubproperty IsMacClientSupported

Indicates whether a Macintosh-based binary is included for the add-in.

System_CAPS_pubproperty IsUpdateAvailable

Indicates whether an update is available for the add-in package.

System_CAPS_pubproperty LastRedeployDate

Gets and sets the date that the add-in package was last deployed.

System_CAPS_pubproperty MacDownloadPath

Gets the Uniform Resource Locator (URL) from which the Macintosh-based binary is downloaded.

System_CAPS_pubproperty MacFileName

Gets the name of the file that contains the Macintosh-based binary.

System_CAPS_pubproperty Name

Gets the name of the add-in package.

System_CAPS_pubproperty Package

Gets and sets the metadata for the add-in package.

System_CAPS_pubproperty RenewalUri

Gets and sets the address that is displayed for renewing the add-in package.

System_CAPS_pubproperty UpdateType

Gets and sets the type of the update for the add-in package.

System_CAPS_pubproperty UpdateUri

Gets and sets the URI of the latest update.

System_CAPS_pubproperty UpdateVersion

Gets and sets the version of the latest update.

System_CAPS_pubproperty Version

Gets and sets the version of the add-in package.

System_CAPS_pubproperty VersionOnServer

Gets the version of the add-in package that is currently installed on the server.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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