AgentSettings.IsMaxWaitTimeSet Property

Gets a flag describing whether MaxWaitTime is set.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsMaxWaitTimeSet As Boolean
[BrowsableAttribute(false)]
public bool IsMaxWaitTimeSet { get; }
[BrowsableAttribute(false)]
public:
property bool IsMaxWaitTimeSet {
    bool get ();
}
[<BrowsableAttribute(false)>]
member IsMaxWaitTimeSet : bool with get
function get IsMaxWaitTimeSet () : boolean

Property Value

Type: System.Boolean
True if MaxWaitTime is set; otherwise, false.

.NET Framework Security

See Also

Reference

AgentSettings Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace