Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.