Partager via


PackageInfo.UpdateVersion Property

 

Gets and sets the version of the latest update.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

[DataMemberAttribute]
public Version UpdateVersion { get; set; }
public:
[DataMemberAttribute]
property Version^ UpdateVersion {
    Version^ get();
    void set(Version^ value);
}
<DataMemberAttribute>
Public Property UpdateVersion As Version

Property Value

Type: System.Version

An instance of Version.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top