SetPropertyValue(String, Object) 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 SetPropertyValue class.
[Newtonsoft.Json.JsonConstructor]
public SetPropertyValue (string name, object? value);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.SetPropertyValue : string * obj -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.SetPropertyValue
Public Sub New (name As String, value As Object)
Parameters
- name
- String
- value
- Object
- Attributes
-
Newtonsoft.Json.JsonConstructorAttribute