BuildDetail.QueueIds Property
Gets the queued build IDs for this build.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public ReadOnly Property QueueIds As List(Of Integer)
[ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)]
public List<int> QueueIds { get; }
[ClientPropertyAttribute(ClientVisibility::Private, Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property List<int>^ QueueIds {
List<int>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)>]
member QueueIds : List<int> with get
function get QueueIds () : List<int>
Property Value
Type: System.Collections.Generic.List<Int32>
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.