GroupAttribute public class GroupAttribute : Attribute Assigns a property to a group. Documentation Code public object[] Group { get; } Gets the group the property is assigned to. public GroupAttribute(object group) Constructs a group assignment. public GroupAttribute(object[] group) Constructs a group assignment.