System.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 of the current operating system (for example, "Windows" or "Windows NT").
public:
property System::String ^ OperatingSystem { System::String ^ get(); };
public string OperatingSystem { get; }
member this.OperatingSystem : string
Public ReadOnly Property OperatingSystem As String