SharedResourceScope.MaxWaitTime Property

Gets or sets the maximum amount of time to wait for this activity to be executed while in the build queue.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<TimeSpan>
The maximum amount of time to wait for this activity to be executed while in the build queue.

.NET Framework Security

See Also

Reference

SharedResourceScope Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace