SyncFolderHierarchyChangesType.ItemsElementName Property
The ItemsElementName property gets or sets a collection of change object identifiers.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemsElementName As ItemsChoiceType1()
Get
Set
'Usage
Dim instance As SyncFolderHierarchyChangesType
Dim value As ItemsChoiceType1()
value = instance.ItemsElementName
instance.ItemsElementName = value
public ItemsChoiceType1[] ItemsElementName { get; set; }
Property Value
Type: []
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.