DefinitionGroups.Item
Description:
Retrieve a definition group by name.
Retrieve a definition group by name.
Remarks:
If the group is not found then null will be returned.
If the group is not found then null will be returned.
public DefinitionGroup this[
string groupName
] { get; }
-
StringgroupNameThe name of the group for which to search.