Freigeben über


TeamFoundationRequestInformation.Parameters-Eigenschaft

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public ReadOnly Property Parameters As List(Of KeyValue(Of String, String))
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public List<KeyValue<string, string>> Parameters { get; }

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationRequestInformation Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace