PropertyData(String, String) Constructor

Definition

Structure defining single MSBuild property instance.

public:
 PropertyData(System::String ^ Name, System::String ^ Value);
public PropertyData(string Name, string Value);
new Microsoft.Build.Framework.PropertyData : string * string -> Microsoft.Build.Framework.PropertyData
Public Sub New (Name As String, Value As String)

Parameters

Name
String

The name of property - e.g. 'TargetFramework'.

Value
String

The actual value of property - e.g. 'net9'.

Applies to