Share via


FolderChangeType.Updates Property

The Updates property gets or sets a collection of changes to a folder.

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

Syntax

'Declaration
<XmlArrayItemAttribute("DeleteFolderField", GetType(DeleteFolderFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("AppendToFolderField", GetType(AppendToFolderFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("SetFolderField", GetType(SetFolderFieldType), IsNullable:=False)> _
Public Property Updates As FolderChangeDescriptionType()
[XmlArrayItemAttribute("DeleteFolderField", typeof(DeleteFolderFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("AppendToFolderField", typeof(AppendToFolderFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("SetFolderField", typeof(SetFolderFieldType), IsNullable=false)] 
public FolderChangeDescriptionType[] Updates { get; set; }
[XmlArrayItemAttribute(L"DeleteFolderField", typeof(DeleteFolderFieldType), IsNullable=false)] 
[XmlArrayItemAttribute(L"AppendToFolderField", typeof(AppendToFolderFieldType), IsNullable=false)] 
[XmlArrayItemAttribute(L"SetFolderField", typeof(SetFolderFieldType), IsNullable=false)] 
public:
property array<FolderChangeDescriptionType^>^ Updates {
    array<FolderChangeDescriptionType^>^ get ();
    void set (array<FolderChangeDescriptionType^>^ value);
}
/** @property */
public FolderChangeDescriptionType[] get_Updates ()

/** @property */
public void set_Updates (FolderChangeDescriptionType[] value)
public function get Updates () : FolderChangeDescriptionType[]

public function set Updates (value : FolderChangeDescriptionType[])

Property Value

The Updates property returns an array of FolderChangeDescriptionType objects.

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)