AgentSettings.HasTags Property

Gets a flag describing whether this agent has tags set in Tags.

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

Syntax

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

Property Value

Type: System.Boolean
True if this agent has tags set in Tags; otherwise, false.

.NET Framework Security

See Also

Reference

AgentSettings Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace