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
<XmlElementAttribute("Items", GetType(ArrayOfRealItemsType))> _
<XmlElementAttribute("Groups", GetType(ArrayOfGroupedItemsType))> _
Public Property Item As Object
[XmlElementAttribute("Items", typeof(ArrayOfRealItemsType))] 
[XmlElementAttribute("Groups", typeof(ArrayOfGroupedItemsType))] 
public Object Item { get; set; }
[XmlElementAttribute(L"Items", typeof(ArrayOfRealItemsType))] 
[XmlElementAttribute(L"Groups", typeof(ArrayOfGroupedItemsType))] 
public:
property Object^ Item {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_Item ()

/** @property */
public void set_Item (Object value)
public function get Item () : Object

public function set Item (value : Object)

Property Value

The Item property returns an object of the type ArrayOfRealItemsType or ArrayOfGroupedItemsType that contains the items found.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)