This documentation is archived and is not being maintained.
PropertyValue Class
Visual Studio 2013
Represents a property and its value.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The PropertyValue type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PropertyValue(String, Byte[]) | Initializes a new instance of the PropertyValue class by using the specified name and value. |
![]() | PropertyValue(String, DateTime) | Initializes a new instance of the PropertyValue class by using the specified name and value. |
![]() | PropertyValue(String, Double) | Initializes a new instance of the PropertyValue class by using the specified name and value. |
![]() | PropertyValue(String, Int32) | Initializes a new instance of the PropertyValue class by using the specified name and value. |
![]() | PropertyValue(String, Object) | |
![]() | PropertyValue(String, String) | Initializes a new instance of the PropertyValue class by using the specified name and property. |
| Name | Description | |
|---|---|---|
![]() | PropertyName | Gets or sets the name of the property. |
![]() | PropertyType | Gets or sets the Type of the property. |
![]() | Value | Gets or sets the object that is stored as the property value. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Gets a user-readable string that states the properties of this object. (Overrides Object.ToString().) |
Show:
