Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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,
bool value
)
public:
NameValuePair(
String^ name,
bool value
)
new :
name:string *
value:bool -> NameValuePair
Public Sub New (
name As String,
value As Boolean
)
Parameters
- name
Type: System.String
- value
Type: System.Boolean
See Also
NameValuePair Overload
NameValuePair Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top