SystemInformation.DeviceFamily Property

Definition

Gets the device's family.

Common values include:
  • "Windows.Desktop":
  • "Windows.Mobile":
  • "Windows.Xbox":
  • "Windows.Holographic":
  • "Windows.Team":
  • "Windows.IoT":

Prepare your code for other values.
public static string DeviceFamily { get; }
public string DeviceFamily { get; }
static member DeviceFamily : string
member this.DeviceFamily : string
Public Shared ReadOnly Property DeviceFamily As String
Public ReadOnly Property DeviceFamily As String

Property Value

Applies to