OperatingSystemVersionName Property |
Gets the named version of the operating system.
Namespace:
Alphaleonis.Win32
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static OperatingSystemEnumOsName VersionName { get; }
Public Shared ReadOnly Property VersionName As OperatingSystemEnumOsName
Get
public:
static property OperatingSystemEnumOsName VersionName {
OperatingSystemEnumOsName get ();
}
static member VersionName : OperatingSystemEnumOsName with get
Property Value
Type:
OperatingSystemEnumOsNameThe named version of the operating system.
See Also