DeleteConfigurationDimensionValue(String, String) Constructor
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.
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