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 | |
---|---|---|
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. |
Properties
Name | Description | |
---|---|---|
Name | ||
Value |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToDateTime() | ||
ToGuid() | ||
ToString() | (Overrides Object.ToString().) |
|
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