BuildAgentSpec2010.Tags Property

Gets the tags used to filter the build agents.

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property Tags As List(Of String)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<string> Tags { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<String^>^ Tags {
    List<String^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member Tags : List<string> with get
function get Tags () : List<String>

Property Value

Type: System.Collections.Generic.List<String>
Returns List<T>.

.NET Framework Security

See Also

Reference

BuildAgentSpec2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace