SyncFolderItemsChangesType.ItemsElementName Property
The ItemsElementName property gets or sets a collection of change object identifiers.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlIgnoreAttribute> _
<XmlElementAttribute("ItemsElementName")> _
Public Property ItemsElementName As ItemsChoiceType2()
[XmlIgnoreAttribute]
[XmlElementAttribute("ItemsElementName")]
public ItemsChoiceType2[] ItemsElementName { get; set; }
[XmlIgnoreAttribute]
[XmlElementAttribute(L"ItemsElementName")]
public:
property array<ItemsChoiceType2>^ ItemsElementName {
array<ItemsChoiceType2>^ get ();
void set (array<ItemsChoiceType2>^ value);
}
/** @property */
public ItemsChoiceType2[] get_ItemsElementName ()
/** @property */
public void set_ItemsElementName (ItemsChoiceType2[] value)
public function get ItemsElementName () : ItemsChoiceType2[]
public function set ItemsElementName (value : ItemsChoiceType2[])
Property Value
The ItemsElementName property returns an array of ItemsChoiceType2 enumeration values that indicate the type of object in the Items collection at the corresponding index.
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)
See Also
Reference
SyncFolderItemsChangesType Class
SyncFolderItemsChangesType Members
ExchangeWebServices Namespace