Freigeben über


BuildQueueSpec.InformationTypes-Eigenschaft

Ruft die Auflistung von Informationstypfiltern zum Zurückgeben von Buildinformationen ab.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public ReadOnly Property InformationTypes As List(Of String)
[ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)]
public List<string> InformationTypes { get; }

Eigenschaftswert

Typ: System.Collections.Generic.List<String>
Gibt List<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildQueueSpec Klasse

Microsoft.TeamFoundation.Build.Server-Namespace