Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Container to pass the property values over the web service in.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property PropertyPairs As List(Of KeyValue(Of String, String))
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<KeyValue<string, string>> PropertyPairs { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<KeyValue<String^, String^>^>^ PropertyPairs {
List<KeyValue<String^, String^>^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member PropertyPairs : List<KeyValue<string, string>> with get
function get PropertyPairs () : List<KeyValue<String, String>>
Property Value
Type: System.Collections.Generic.List<KeyValue<String, String>>
.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.