SyncFolderHierarchyChangesType.Items Property

Definition

The Items property gets or sets a collection of changes.

public:
 property cli::array <System::Object ^> ^ Items { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public object[] Items { get; set; }
Public Property Items As Object()

Property Value

Object[]

The Items property returns an object array that contains changes.

Remarks

The object array that is returned by the Items property can contain items of the following types:

Applies to