BuildController.Tags Property

Gets the set of tags associated with all build agents owned by this build controller.

This field is read-only.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName := "InternalTags",  _
    Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public ReadOnly Property Tags As List(Of String)
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "InternalTags", 
    Direction = ClientPropertySerialization.ServerToClientOnly)]
public List<string> Tags { get; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, PropertyName = L"InternalTags", 
    Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property List<String^>^ Tags {
    List<String^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "InternalTags", 
    Direction = ClientPropertySerialization.ServerToClientOnly)>]
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

BuildController Class

Microsoft.TeamFoundation.Build.Server Namespace