OSInfo.Version Property
Applies To: Windows Server Update Services
Gets or sets the version of the operating system.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public OSVersion Version { get; set; }
public:
property OSVersion^ Version {
OSVersion^ get();
void set(OSVersion^ value);
}
member Version : OSVersion with get, set
Public Property Version As OSVersion
Property Value
Type: Microsoft.UpdateServices.Administration.OSVersion
The version of the operating system. For details, see OSVersion.
See Also
OSInfo Class
Microsoft.UpdateServices.Administration Namespace
Return to top