NameValuePair Class

 

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

Inheritance Hierarchy

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

Syntax

public sealed class NameValuePair
public ref class NameValuePair sealed 
[<Sealed>]
type NameValuePair = class end
Public NotInheritable Class NameValuePair

Constructors

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.

Properties

Name Description
System_CAPS_pubproperty Name

System_CAPS_pubproperty Value

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToDateTime()

System_CAPS_pubmethod ToGuid()

System_CAPS_pubmethod ToString()

(Overrides Object.ToString().)

System_CAPS_pubmethod ToUri()

Thread Safety

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

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top