Share via


DeleteConfigurationDimensionValue Class

Definition

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
DeleteConfigurationDimensionValue
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.

Applies to