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 with get
function get ReservationId () : int

Property Value

Type: System.Int32
The reservation ID.

.NET Framework Security

See Also

Reference

AgentReservationEventArgs Class

Microsoft.TeamFoundation.Build.Workflow.Services Namespace