Share via


SetBuildProperty(String, String, String) Constructor

Definition

Initializes a new instance of the SetBuildProperty class.

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

Parameters

name
String
value
String
storageType
String
Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to