ParameterSetAsDefault Enumeration
This is used as a flag to determine if a test run parameter should be set as a default for future test runs.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual BasicDim instance As ParameterSetAsDefault
Syntax
Visual BasicPublic Enumeration ParameterSetAsDefault
C#public enum ParameterSetAsDefault
Members
Member Name | Description |
---|---|
DoNotSetAsDefault |
This value represents a test run parameter that will only be implemented for a specific test run. The test run parameter will not be set as the default value for future test runs. |
SetAsDefault |
This value represents a test run parameter set as a default for future test runs. |