SystemSupportInfo.LocalSystemEdition Property

Definition

Gets the local system edition of the device.

public:
 static property Platform::String ^ LocalSystemEdition { Platform::String ^ get(); };
static winrt::hstring LocalSystemEdition();
public static string LocalSystemEdition { get; }
var string = SystemSupportInfo.localSystemEdition;
Public Shared ReadOnly Property LocalSystemEdition As String

Property Value

String

Platform::String

winrt::hstring

A string containing the local system edition of the device.

Applies to