TeamFoundationRequestInformation.Parameters Property
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; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property List<KeyValue<String^, String^>^>^ Parameters {
List<KeyValue<String^, String^>^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member Parameters : List<KeyValue<string, string>> with get
function get Parameters () : List<KeyValue<String, String>>
Property Value
Type: System.Collections.Generic.List<KeyValue<String, String>>
Returns List<T>.
.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.