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