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