Changeset.Changes Property

Gets or sets an array of Change objects that make up this changeset.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property Changes As Change()
public Change[] Changes { get; set; }
public:
property array<Change^>^ Changes {
    array<Change^>^ get ();
    void set (array<Change^>^ value);
}
member Changes : Change[] with get, set
function get Changes () : Change[]
function set Changes (value : Change[])

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.Change[]
An array of Change objects that make up this changeset.

.NET Framework Security

See Also

Reference

Changeset Class

Microsoft.TeamFoundation.VersionControl.Client Namespace