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
'Декларация
ReadOnly Property Tags As ReadOnlyCollection(Of String)
Get
ReadOnlyCollection<string> Tags { get; }
property ReadOnlyCollection<String^>^ Tags {
ReadOnlyCollection<String^>^ get ();
}
abstract Tags : ReadOnlyCollection<string>
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
- 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.