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)

Syntax

'Declaration
ReadOnly Property Tags As ReadOnlyCollection(Of String)
ReadOnlyCollection<string> Tags { get; }
property ReadOnlyCollection<String^>^ Tags {
    ReadOnlyCollection<String^>^ get ();
}
abstract Tags : ReadOnlyCollection<string> with get
function get Tags () : ReadOnlyCollection<String>

Property Value

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

.NET Framework Security

See Also

Reference

IBuildController Interface

Microsoft.TeamFoundation.Build.Client Namespace