ProjectUsingTaskElement.ParameterGroup Property

Definition

Get any contained ParameterGroup.

public:
 property Microsoft::Build::Construction::UsingTaskParameterGroupElement ^ ParameterGroup { Microsoft::Build::Construction::UsingTaskParameterGroupElement ^ get(); };
public Microsoft.Build.Construction.UsingTaskParameterGroupElement ParameterGroup { get; }
member this.ParameterGroup : Microsoft.Build.Construction.UsingTaskParameterGroupElement
Public ReadOnly Property ParameterGroup As UsingTaskParameterGroupElement

Property Value

The parameter group, or null if no parameter group exists.

Applies to