DkmDeviceInfo.DeviceFamily Property

Definition

The family of the device, say Windows.Universal, Windows.Server, Windows.Xbox, Windows.IoT, or many others.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property System::String ^ DeviceFamily { System::String ^ get(); };
public:
 property Platform::String ^ DeviceFamily { Platform::String ^ get(); };
public string DeviceFamily { get; }
member this.DeviceFamily : string
Public ReadOnly Property DeviceFamily As String

Property Value

Applies to