_Application.OperatingSystem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name and version number of the current operating system, for example, "Windows (32-bit) 4.00" or "Macintosh 7.00".
public:
property System::String ^ OperatingSystem { System::String ^ get(); };
public string OperatingSystem { get; }
Public ReadOnly Property OperatingSystem As String