EasClientDeviceInformation.OperatingSystem Property

Definition

Gets the name of the operating system of the local device.

public:
 property Platform::String ^ OperatingSystem { Platform::String ^ get(); };
winrt::hstring OperatingSystem();
public string OperatingSystem { get; }
var string = easClientDeviceInformation.operatingSystem;
Public ReadOnly Property OperatingSystem As String

Property Value

String

Platform::String

winrt::hstring

A string containing the operating system of the local device.

Applies to