BuildAgentSpec.Tags Property
Gets the tags used to filter the build agents.
Namespace: Microsoft.TeamFoundation.Build.Server
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
- 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.