ActivationSignalDetectionConfiguration.IsActive 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 an ActivationSignalDetectionConfiguration object is processing configuration settings.
Gets whether this configuration meets all criteria for the associated ActivationSignalDetector to process input corresponding to the signal.
public:
property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = activationSignalDetectionConfiguration.isActive;
Public ReadOnly Property IsActive As Boolean
Property Value
Boolean
bool
True, if all criteria are met. Otherwise, false.