FindItemType.Item1 Property
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 Item1 property gets or sets the grouping type that describes how the query result set is grouped in the response. This property gets or sets either a GroupByType or DistinguishedGroupByType object. This property is optional. This is a read/write property.
public:
property ExchangeWebServices::BaseGroupByType ^ Item1 { ExchangeWebServices::BaseGroupByType ^ get(); void set(ExchangeWebServices::BaseGroupByType ^ value); };
public ExchangeWebServices.BaseGroupByType Item1 { get; set; }
Public Property Item1 As BaseGroupByType
Property Value
The Item1 property returns a BaseGroupByType object that represents the type of grouping scheme that is applied to the result set.
Remarks
The Item1 property can be set with either a GroupByType or DistinguishedGroupByType object. Both types extend BaseGroupByType, which is an abstract class. This property is optional. If this property is not set, the result set will not be grouped.
Note: Some properties cannot be used to form the group definitions.