BuildProperty(String, String) Constructor

Definition

Initializes a new instance of the BuildProperty class with the specified name and value.

public:
 BuildProperty(System::String ^ propertyName, System::String ^ propertyValue);
public BuildProperty (string propertyName, string propertyValue);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public BuildProperty (string propertyName, string propertyValue);
new Microsoft.Build.BuildEngine.BuildProperty : string * string -> Microsoft.Build.BuildEngine.BuildProperty
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Build.BuildEngine.BuildProperty : string * string -> Microsoft.Build.BuildEngine.BuildProperty
Public Sub New (propertyName As String, propertyValue As String)

Parameters

propertyName
String

The property name.

propertyValue
String

The property value.

Attributes

Applies to