This documentation is archived and is not being maintained.

IBuildController::Tags Property

Gets a read-only collection of tags for all the agents of this controller.

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

property ReadOnlyCollection<String^>^ Tags {
	ReadOnlyCollection<String^>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String>
A read-only collection of tags for all the agents of this controller.

Show: