DeleteConfigurationDimensionValue Class
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.
Deletes a value from the configuration dimension (e.g. Configuration or Platform).
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class DeleteConfigurationDimensionValue : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type DeleteConfigurationDimensionValue = class
inherit ExecutableStep
Public NotInheritable Class DeleteConfigurationDimensionValue
Inherits ExecutableStep
- Inheritance
- Attributes
Constructors
DeleteConfigurationDimensionValue(String, String) |
Initializes a new instance of the DeleteConfigurationDimensionValue class. |
Properties
Action | |
DimensionName |
The name of dimension to delete the value from. |
Value |
The value to be deleted. |