BuildSummary.ChangeSet Property

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)

Syntax

'Declaration
Public ReadOnly Property ChangeSet As ChangesetDisplayInformation()
public ChangesetDisplayInformation[] ChangeSet { get; }
public:
property array<ChangesetDisplayInformation^>^ ChangeSet {
    array<ChangesetDisplayInformation^>^ get ();
}
member ChangeSet : ChangesetDisplayInformation[] with get
function get ChangeSet () : ChangesetDisplayInformation[]

Property Value

Type: array<Microsoft.TeamFoundation.Build.Client.ChangesetDisplayInformation[]
Returns ChangesetDisplayInformation.

.NET Framework Security

See Also

Reference

BuildSummary Class

Microsoft.TeamFoundation.Build.Client Namespace