FindItemType.Item1 Property

Definition

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.

Applies to