This documentation is archived and is not being maintained.

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)

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.

Show: