This documentation is archived and is not being maintained.
BuildSummary::ChangeSet Property
Visual Studio 2013
Gets all associated changesets with user display names with this build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public: property array<ChangesetDisplayInformation^>^ ChangeSet { array<ChangesetDisplayInformation^>^ get (); }
Property Value
Type: array<Microsoft.TeamFoundation.Build.Client::ChangesetDisplayInformation>Returns ChangesetDisplayInformation.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: