DetectionConfigurationAvailabilityInfo.HasPermission 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 listen for activation keywords.
public:
property bool HasPermission { bool get(); };
bool HasPermission();
public bool HasPermission { get; }
var boolean = detectionConfigurationAvailabilityInfo.hasPermission;
Public ReadOnly Property HasPermission As Boolean
Property Value
Boolean
bool
True, if permission granted. Otherwise, false.