Grouping Constructors
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.
Overloads
Grouping() |
Initializes a new instance of the Grouping class. |
Grouping(PropertyDefinitionBase, SortDirection, PropertyDefinitionBase, AggregateType) |
Initializes a new instance of the Grouping class that is associated with the specified |
Grouping()
Initializes a new instance of the Grouping class.
public:
Grouping();
public Grouping ();
Public Sub New ()
Applies to
Grouping(PropertyDefinitionBase, SortDirection, PropertyDefinitionBase, AggregateType)
Initializes a new instance of the Grouping class that is associated with the specified groupOn
parameter.
public:
Grouping(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ groupOn, Microsoft::Exchange::WebServices::Data::SortDirection sortDirection, Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ aggregateOn, Microsoft::Exchange::WebServices::Data::AggregateType aggregateType);
public Grouping (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase groupOn, Microsoft.Exchange.WebServices.Data.SortDirection sortDirection, Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase aggregateOn, Microsoft.Exchange.WebServices.Data.AggregateType aggregateType);
Parameters
- groupOn
- PropertyDefinitionBase
The property to group upon.
- sortDirection
- SortDirection
The sort direction.
- aggregateOn
- PropertyDefinitionBase
The property to aggregate upon.
- aggregateType
- AggregateType
The type of aggregate to calculate.