AgentScope.MaxExecutionTime Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
<BrowsableAttribute(True)> _
Public Property MaxExecutionTime As InArgument(Of TimeSpan)
Get
Set
[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>
.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