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 the OS version.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public Version OSVersion { get; private set; }
public:
[DataMemberAttribute]
property Version^ OSVersion {
Version^ get();
private: void set(Version^ value);
}
<DataMemberAttribute>
Public Property OSVersion As Version
Get
Private Set
End Property
Property Value
Type: System.Version
The OS version.
See Also
OperatingSystemProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top