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() | ||
NameValuePair(String, Boolean) | ||
NameValuePair(String, DateTime) | ||
NameValuePair(String, Guid) | ||
NameValuePair(String, String) | ||
NameValuePair(String, Uri) |
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 a hash function for a particular type. (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.