Share via


Changeset.Changes Property

Gets or sets changes in a changeset.

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

Syntax

'Declaration
Public Property Changes As Change()
'Usage
Dim instance As Changeset 
Dim value As Change()

value = instance.Changes

instance.Changes = value
public Change[] Changes { get; set; }
public:
property array<Change^>^ Changes {
    array<Change^>^ get ();
    void set (array<Change^>^ value);
}
public function get Changes () : Change[]
public function set Changes (value : Change[])

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.Change[]
A Change instance that contains the changes in the changeset.

.NET Framework Security

See Also

Reference

Changeset Class

Changeset Members

Microsoft.TeamFoundation.VersionControl.Client Namespace