Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace