BuildCompletedEvent.Requests Property
Namespace: Microsoft.TeamFoundation.Build.Server.Events
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Requests As List(Of QueuedBuild)
public List<QueuedBuild> Requests { get; }
public:
property List<QueuedBuild^>^ Requests {
List<QueuedBuild^>^ get ();
}
member Requests : List<QueuedBuild> with get
function get Requests () : List<QueuedBuild>
Property Value
Type: System.Collections.Generic.List<QueuedBuild>
Returns List<T>.
.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.