NameValuePair Class

Inheritance Hierarchy

Object
  Microsoft.TeamFoundation.TestManagement.Client.NameValuePair

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

Syntax

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

The NameValuePair type exposes the following members.

Constructors

  Name Description
Public method NameValuePair() Initializes a new instance of the NameValuePair class.
Public method NameValuePair(String, Boolean) Initializes a new instance of the NameValuePair class.
Public method NameValuePair(String, DateTime) Initializes a new instance of the NameValuePair class.
Public method NameValuePair(String, Guid) Initializes a new instance of the NameValuePair class.
Public method NameValuePair(String, String) Initializes a new instance of the NameValuePair class.
Public method NameValuePair(String, Uri) Initializes a new instance of the NameValuePair class.

Top

Properties

  Name Description
Public property Name
Public property Value

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodStatic member FromXml
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToDateTime
Public method ToGuid
Public method ToString (Overrides Object.ToString.)
Public method ToUri
Public method ToXml(XmlWriter, String)
Public methodStatic member ToXml(XmlWriter, String, NameValuePair)

Top

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

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace