GroupedFindItemsResults<TItem>.ItemGroups Property

Definition

Gets the item groups that are returned by the search operation.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::ItemGroup<TItem> ^> ^ ItemGroups { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::ItemGroup<TItem> ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.ItemGroup<TItem>> ItemGroups { get; }
Public ReadOnly Property ItemGroups As Collection(Of ItemGroup(Of TItem))

Property Value

A collection of the item groups.

Applies to