GroupedFindItemsResults<TItem>.ItemGroups 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.
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
Collection<ItemGroup<TItem>>
A collection of the item groups.