NameValuePair Constructor (String, Uri)
Initializes a new instance of the NameValuePair class.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public NameValuePair(
string name,
Uri value
)
public:
NameValuePair(
String^ name,
Uri^ value
)
new :
name:string *
value:Uri -> NameValuePair
Public Sub New (
name As String,
value As Uri
)
Parameters
- name
Type: System.String
- value
Type: System.Uri
See Also
NameValuePair Overload
NameValuePair Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top