SharedResourceScope.MaxExecutionTime Property

Gets or sets the maximum amount of time to wait for this activity to be completed.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<TimeSpan>
The maximum amount of time to wait for this activity to be completed.

.NET Framework Security

See Also

Reference

SharedResourceScope Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace