GroupedItemsType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The GroupedItemsType class contains a collection of items that are the result of a grouped FindItem call.
public ref class GroupedItemsType
public class GroupedItemsType
Public Class GroupedItemsType
- Inheritance
-
GroupedItemsType
Constructors
GroupedItemsType() |
The GroupedItemsType constructor initializes a new instance of the GroupedItemsType class. |
Properties
GroupIndex |
The GroupIndex property gets the property value that is used to group items in a grouped FindItem call. |
Items |
The Items property gets an array of grouped items. |