DevicePlatform.Unknown Property

Definition

Gets an instance of DevicePlatform that represents an unknown platform. This is used for when the current platform is unknown.

public:
 static property Microsoft::Maui::Devices::DevicePlatform Unknown { Microsoft::Maui::Devices::DevicePlatform get(); };
public static Microsoft.Maui.Devices.DevicePlatform Unknown { get; }
static member Unknown : Microsoft.Maui.Devices.DevicePlatform
Public Shared ReadOnly Property Unknown As DevicePlatform

Property Value

An unknown platform

Applies to