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