Application.OperatingSystem Property
Project Developer Reference |
Returns the name and version of the operating system. Read-only String.
Syntax
expression.OperatingSystem
expression A variable that represents an Application object.
Return Value
String
Remarks
For example, in Microsoft Windows XP, the OperatingSystem property returns "Windows (32-bit) NT 5.1".
See Also