AggregateOnType.Item Property
The Item property sets a field that specifies the property that a FindItem query uses for ordered grouped results.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item As BasePathToElementType
Get
Set
'Usage
Dim instance As AggregateOnType
Dim value As BasePathToElementType
value = instance.Item
instance.Item = value
public BasePathToElementType Item { get; set; }
Property Value
Type: ExchangeWebServices.BasePathToElementType
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.
See Also