AggregateOnType.Item Property

Definition

The Item property sets a field that specifies the property that a FindItem query uses for ordered grouped results.

public:
 property ExchangeWebServices::BasePathToElementType ^ Item { ExchangeWebServices::BasePathToElementType ^ get(); void set(ExchangeWebServices::BasePathToElementType ^ value); };
public ExchangeWebServices.BasePathToElementType Item { get; set; }
Public Property Item As BasePathToElementType

Property Value

The Item property returns a BasePathToElementType object that represents either a PathToUnindexedFieldType, PathToIndexedFieldType, or PathToExtendedFieldType object.

Remarks

This property is write-only because it is only sent in a request. The property getter in the property signature is an artifact of the proxy generator.

Applies to