AgentReservationSpec.Tags Property

Gets or sets the StringList object that contains a list of tags for this specifier.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property Tags As StringList
[BrowsableAttribute(true)]
public StringList Tags { get; set; }
[BrowsableAttribute(true)]
public:
property StringList^ Tags {
    StringList^ get ();
    void set (StringList^ value);
}
[<BrowsableAttribute(true)>]
member Tags : StringList with get, set
function get Tags () : StringList 
function set Tags (value : StringList)

Property Value

Type: Microsoft.TeamFoundation.Build.Workflow.Activities.StringList
The StringList object that contains a list of tags for this specifier.

.NET Framework Security

See Also

Reference

AgentReservationSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace