Share via


DeleteConfigurationDimensionValue(String, String) Constructor

Definition

Initializes a new instance of the DeleteConfigurationDimensionValue class.

[Newtonsoft.Json.JsonConstructor]
public DeleteConfigurationDimensionValue (string dimensionName, string value);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.DeleteConfigurationDimensionValue : string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.DeleteConfigurationDimensionValue
Public Sub New (dimensionName As String, value As String)

Parameters

dimensionName
String

The name of dimension to delete the value from.

value
String

The value to be deleted.

Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to