System.OperatingSystem Property

Definition

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

Property Value

Applies to