GroupedItemsType.GroupIndex Property
The GroupIndex property gets the property value that is used to group items in a grouped FindItem call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property GroupIndex As String
Get
Set
'Usage
Dim instance As GroupedItemsType
Dim value As String
value = instance.GroupIndex
instance.GroupIndex = value
public string GroupIndex { get; set; }
Property Value
Type: System.String
The GroupIndex property gets a string that represents a value that is used to group items in a grouped FindItem call.
See Also