ProjectUsingTaskElement.ParameterGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.