DeviceInformation.IsDefault Property

Definition

Indicates whether this device is the default device for the class.

public:
 property bool IsDefault { bool get(); };
bool IsDefault();
public bool IsDefault { get; }
var boolean = deviceInformation.isDefault;
Public ReadOnly Property IsDefault As Boolean

Property Value

Boolean

bool

Indicates whether this device is the default device for the class.

Applies to