DefinitionGroups.Create
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.
public DefinitionGroup Create(
string name
)
-
StringnameThe name of the group to be created.
Return Value
nullNothingnullptr
If successful a reference to the new parameter group is returned, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .