IBuildDetail.Requests Property

The requests that started this build.

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

Syntax

'Declaration
ReadOnly Property Requests As ReadOnlyCollection(Of IQueuedBuild)
ReadOnlyCollection<IQueuedBuild> Requests { get; }
property ReadOnlyCollection<IQueuedBuild^>^ Requests {
    ReadOnlyCollection<IQueuedBuild^>^ get ();
}
abstract Requests : ReadOnlyCollection<IQueuedBuild> with get
function get Requests () : ReadOnlyCollection<IQueuedBuild>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<IQueuedBuild>

.NET Framework Security

See Also

Reference

IBuildDetail Interface

Microsoft.TeamFoundation.Build.Client Namespace