Share via


ItemChangeType.Item Property

The Item property identifies the item to update.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlElementAttribute("ItemId", GetType(ItemIdType))> _
<XmlElementAttribute("RecurringMasterItemId", GetType(RecurringMasterItemIdType))> _
<XmlElementAttribute("OccurrenceItemId", GetType(OccurrenceItemIdType))> _
Public Property Item As BaseItemIdType
[XmlElementAttribute("ItemId", typeof(ItemIdType))] 
[XmlElementAttribute("RecurringMasterItemId", typeof(RecurringMasterItemIdType))] 
[XmlElementAttribute("OccurrenceItemId", typeof(OccurrenceItemIdType))] 
public BaseItemIdType Item { get; set; }
[XmlElementAttribute(L"ItemId", typeof(ItemIdType))] 
[XmlElementAttribute(L"RecurringMasterItemId", typeof(RecurringMasterItemIdType))] 
[XmlElementAttribute(L"OccurrenceItemId", typeof(OccurrenceItemIdType))] 
public:
property BaseItemIdType^ Item {
    BaseItemIdType^ get ();
    void set (BaseItemIdType^ value);
}
/** @property */
public BaseItemIdType get_Item ()

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

public function set Item (value : BaseItemIdType)

Property Value

The Item property returns a BaseItemIdType.

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)