AgentReservationEventArgs.ReservationId Property
Gets the reservation ID.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Services
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property ReservationId As Integer
public int ReservationId { get; }
public:
property int ReservationId {
int get ();
}
member ReservationId : int
function get ReservationId () : int
Property Value
Type: System.Int32
The reservation ID.
.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.