Share via


SetPropertyValue(String, Object) Constructor

Definition

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

Applies to