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
- 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.