2024 Property
Changes 0
P

DefinitionGroups.Item

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