NameValuePair Constructor (String, Boolean)

 

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

See Also

NameValuePair Overload
NameValuePair Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top