BaseGroupByType 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 BaseGroupByType class represents the base class for derived classes that define grouped FindItem queries.
public ref class BaseGroupByType abstract
public abstract class BaseGroupByType
Public MustInherit Class BaseGroupByType
- Inheritance
-
BaseGroupByType
- Derived
Remarks
The BaseGroupByType class is the base class for the GroupByType and DistinguishedGroupByType classes.
Constructors
BaseGroupByType() |
The BaseGroupByType constructor initializes a new instance of the BaseGroupByType class. |
Properties
Order |
The Order property gets or sets the order of the groups in the grouped item array that is returned in the response. |