InternalDefinition.ParameterGroup
Description:
Id of a built-in parameter group to which the parameter defined by this definition belongs.
Id of a built-in parameter group to which the parameter defined by this definition belongs.
Remarks:
The parameter group can be changed, but only for parameters that are not built in. In other words: Modifying the value of this property is only valid for parameter definitions whose BuiltInParameter property returns BuiltInParameter.INVALID, e.g. Global Parameters.
The parameter group can be changed, but only for parameters that are not built in. In other words: Modifying the value of this property is only valid for parameter definitions whose BuiltInParameter property returns BuiltInParameter.INVALID, e.g. Global Parameters.
public override BuiltInParameterGroup ParameterGroup { get; set; }