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)

System::Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure::PackageInfo

[DataContractAttribute(Namespace = "http://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class PackageInfo 

NameDescription
System_CAPS_pubmethodPackageInfo()

Creates and initializes an instance of the PackageInfo class.

NameDescription
System_CAPS_pubpropertyCompany

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

System_CAPS_pubpropertyExpirationDateUtc

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

System_CAPS_pubpropertyFilter

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

System_CAPS_pubpropertyId

Gets the identifier of the add-in package.

System_CAPS_pubpropertyInstall

Indicates whether the add-in package must be installed.

System_CAPS_pubpropertyInstallDateUtc

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

System_CAPS_pubpropertyIsExpirationSet

Indicates whether the add-in package expires.

System_CAPS_pubpropertyIsMacClientSupported

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

System_CAPS_pubpropertyIsUpdateAvailable

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

System_CAPS_pubpropertyLastRedeployDate

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

System_CAPS_pubpropertyMacDownloadPath

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

System_CAPS_pubpropertyMacFileName

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

System_CAPS_pubpropertyName

Gets the name of the add-in package.

System_CAPS_pubpropertyPackage

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

System_CAPS_pubpropertyRenewalUri

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

System_CAPS_pubpropertyUpdateType

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

System_CAPS_pubpropertyUpdateUri

Gets and sets the URI of the latest update.

System_CAPS_pubpropertyUpdateVersion

Gets and sets the version of the latest update.

System_CAPS_pubpropertyVersion

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

System_CAPS_pubpropertyVersionOnServer

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: