M

DefinitionGroups.Create

Description:
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.
public DefinitionGroup Create(
	string name
)
  • String
    name
    The name of the group to be created.
Return Value DefinitionGroup If successful a reference to the new parameter group is returned, otherwise .