DetectionConfigurationAvailabilityInfo.HasLockScreenPermission 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.
Gets whether the ActivationSignalDetector has user permission to operate above the lock screen.
public:
property bool HasLockScreenPermission { bool get(); };
bool HasLockScreenPermission();
public bool HasLockScreenPermission { get; }
var boolean = detectionConfigurationAvailabilityInfo.hasLockScreenPermission;
Public ReadOnly Property HasLockScreenPermission As Boolean
Property Value
Boolean
bool
True, if permission granted. Otherwise, false.