Partager via


PackageInfo.Version Property

 

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

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

Syntax

public Version Version { get; }
public:
property Version^ Version {
    Version^ get();
}
Public ReadOnly Property Version As Version

Property Value

Type: System.Version

An instance of Version.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top