FindItemParentType.Item Property
The Item property gets an object that is of the type ArrayOfRealItemsType or ArrayOfGroupedItemsType that contains the items found.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item As Object
Get
Set
'Usage
Dim instance As FindItemParentType
Dim value As Object
value = instance.Item
instance.Item = value
public Object Item { get; set; }
Property Value
Type: System.Object
The Item property returns an object of the type ArrayOfRealItemsType or ArrayOfGroupedItemsType that contains the items found.
See Also