DeviceInformation.IsEnabled Property

Definition

Indicates whether this device is enabled.

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

Property Value

Boolean

bool

Indicates whether this device is enabled.

Applies to