Package.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; set; }
public:
property Version^ Version {
Version^ get();
void set(Version^ value);
}
Public Property Version As Version
Property Value
Type: System.Version
An instance of Version.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top