This documentation is archived and is not being maintained.
TeamFoundationRequestInformation::Parameters Property
Visual Studio 2013
Gets a collection of parameters for this request.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: property ReadOnlyCollection<KeyValuePair<String^, String^>>^ Parameters { ReadOnlyCollection<KeyValuePair<String^, String^>>^ get (); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<KeyValuePair<String, String>>A collection of parameters for this request.
- 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.
Show: