BuildPropertyGroup.Item[String] Property

Definition

Gets or sets a BuildProperty object in this BuildPropertyGroup.

public:
 property Microsoft::Build::BuildEngine::BuildProperty ^ default[System::String ^] { Microsoft::Build::BuildEngine::BuildProperty ^ get(System::String ^ propertyName); void set(System::String ^ propertyName, Microsoft::Build::BuildEngine::BuildProperty ^ value); };
public Microsoft.Build.BuildEngine.BuildProperty this[string propertyName] { get; set; }
member this.Item(string) : Microsoft.Build.BuildEngine.BuildProperty with get, set
Default Public Property Item(propertyName As String) As BuildProperty

Parameters

propertyName
String

The Name value of the BuildProperty to get or set.

Property Value

A BuildProperty object in this BuildPropertyGroup.

Applies to