OperatingSystemInfoOSVersionName Property |
Gets the named version of the operating system.
Namespace: Alphaleonis.Win32.VssAssembly: AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic static OSVersionName OSVersionName { get; }
Public Shared ReadOnly Property OSVersionName As OSVersionName
Get
public:
static property OSVersionName OSVersionName {
OSVersionName get ();
}
Property Value
Type:
OSVersionNameThe named version of the operating system.
See Also