Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the version of the Windows Installer package that is installed.
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
BinaryReference Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top