ChangesetMergeDetails.Changesets Property

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property Changesets As StreamingCollection(Of Changeset)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public StreamingCollection<Changeset> Changesets { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property StreamingCollection<Changeset^>^ Changesets {
    StreamingCollection<Changeset^>^ get ();
    void set (StreamingCollection<Changeset^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member Changesets : StreamingCollection<Changeset> with get, set
function get Changesets () : StreamingCollection<Changeset>
function set Changesets (value : StreamingCollection<Changeset>)

Property Value

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

.NET Framework Security

See Also

Reference

ChangesetMergeDetails Class

Microsoft.TeamFoundation.VersionControl.Server Namespace