Changeset.Changes Property

Individual per-item changes that are contained in this changeset

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Change>
Returns StreamingCollection<T>.

.NET Framework Security

See Also

Reference

Changeset Class

Microsoft.TeamFoundation.VersionControl.Server Namespace