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.
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 | |
|---|---|---|
| .gif) | NameValuePair() | |
| .gif) | NameValuePair(String, Boolean) | |
| .gif) | NameValuePair(String, DateTime) | |
| .gif) | NameValuePair(String, Guid) | |
| .gif) | NameValuePair(String, String) | |
| .gif) | NameValuePair(String, Uri) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Name | |
| .gif) | Value | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) .gif) | FromXml | |
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToDateTime | |
| .gif) | ToGuid | |
| .gif) | ToString | (Overrides Object.ToString.) | 
| .gif) | ToUri | |
| .gif) | ToXml(XmlWriter, String) | |
| .gif) .gif) | 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.