DefinitionGroups.Create
Method
Description:
Create a new parameter definition group using the name provided.
Create a new parameter definition group using the name provided.
Remarks:
If a group with the same name already exists then an exception will be thrown.
If a group with the same name already exists then an exception will be thrown.
Parameters
Parameter | Type | Description |
---|---|---|
name | String | The name of the group to be created. |
Return Value
Type | Description |
---|---|
DefinitionGroup | If successful a reference to the new parameter group is returned, otherwise . |