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
- 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