Share via


NameValuePair Constructor

 

Initializes a new instance of the NameValuePair class.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Overload List

Name Description
System_CAPS_pubmethod NameValuePair()

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethod NameValuePair(String, Boolean)

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethod NameValuePair(String, DateTime)

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethod NameValuePair(String, Guid)

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethod NameValuePair(String, String)

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethod NameValuePair(String, Uri)

Initializes a new instance of the NameValuePair class.

See Also

NameValuePair Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top