Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NameValuePair Class

 

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

System::Object
  Microsoft.TeamFoundation.TestManagement.Client::NameValuePair

public ref class NameValuePair sealed 

NameDescription
System_CAPS_pubmethodNameValuePair()

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethodNameValuePair(String^, Boolean)

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethodNameValuePair(String^, DateTime)

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethodNameValuePair(String^, Guid)

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethodNameValuePair(String^, String^)

Initializes a new instance of the NameValuePair class.

System_CAPS_pubmethodNameValuePair(String^, Uri^)

Initializes a new instance of the NameValuePair class.

NameDescription
System_CAPS_pubpropertyName

System_CAPS_pubpropertyValue

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToDateTime()

System_CAPS_pubmethodToGuid()

System_CAPS_pubmethodToString()

(Overrides Object::ToString().)

System_CAPS_pubmethodToUri()

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: