AgentScope.ReservationSpec Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property ReservationSpec As InArgument(Of AgentReservationSpec)
[BrowsableAttribute(true)]
public InArgument<AgentReservationSpec> ReservationSpec { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<AgentReservationSpec^>^ ReservationSpec {
    InArgument<AgentReservationSpec^>^ get ();
    void set (InArgument<AgentReservationSpec^>^ value);
}
[<BrowsableAttribute(true)>]
member ReservationSpec : InArgument<AgentReservationSpec> with get, set
function get ReservationSpec () : InArgument<AgentReservationSpec>
function set ReservationSpec (value : InArgument<AgentReservationSpec>)

Property Value

Type: System.Activities.InArgument<AgentReservationSpec>

.NET Framework Security

See Also

Reference

AgentScope Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace