AgentSettings Properties

Include Protected Members
Include Inherited Members

The AgentSettings type exposes the following members.

Properties

  Name Description
Public property HasTags Gets a flag describing whether this agent has tags set in Tags.
Public property IsMaxExecutionTimeSet Gets a flag describing whether MaxExecutionTime is set.
Public property IsMaxWaitTimeSet Gets a flag describing whether MaxWaitTime is set.
Public property MaxExecutionTime Gets a TimeSpan object describing the maximum amount of time to allow the build agent to complete its activities.
Public property MaxWaitTime Gets a TimeSpan object describing the maximum amount of time to wait for a build agent to become available.
Public property Name Gets or sets the name of this build agent.
Public property TagComparison Gets or sets the TagComparison value that describes how tags should be compared for a match.
Public property Tags Gets or sets a StringList containing the tags associated with this agent.

Top

See Also

Reference

AgentSettings Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace