DeviceInformation.IsDefault Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.