ActivationSignalDetector.CanCreateConfigurations 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 can add or remove items from its collection of ActivationSignalDetectionConfiguration objects.
public:
property bool CanCreateConfigurations { bool get(); };
bool CanCreateConfigurations();
public bool CanCreateConfigurations { get; }
var boolean = activationSignalDetector.canCreateConfigurations;
Public ReadOnly Property CanCreateConfigurations As Boolean
Property Value
Boolean
bool
True, if an ActivationSignalDetectionConfiguration object can be created. Otherwise, false.