TeamFoundationRequestInformation.Parameters Property
Gets a collection of parameters for this request.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public ReadOnly Property Parameters As ReadOnlyCollection(Of KeyValuePair(Of String, String))
Get
public ReadOnlyCollection<KeyValuePair<string, string>> Parameters { get; }
public:
property ReadOnlyCollection<KeyValuePair<String^, String^>>^ Parameters {
ReadOnlyCollection<KeyValuePair<String^, String^>>^ get ();
}
member Parameters : ReadOnlyCollection<KeyValuePair<string, string>>
function get Parameters () : ReadOnlyCollection<KeyValuePair<String, String>>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<String, String>>
A collection of parameters for this request.
.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.