IBuildDetail.RequestIds Property
The request Ids that started this build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property RequestIds As ReadOnlyCollection(Of Integer)
ReadOnlyCollection<int> RequestIds { get; }
property ReadOnlyCollection<int>^ RequestIds {
ReadOnlyCollection<int>^ get ();
}
abstract RequestIds : ReadOnlyCollection<int> with get
function get RequestIds () : ReadOnlyCollection<int>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Int32>
.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.