This documentation is archived and is not being maintained.
ArtifactPropertyValue Class
Visual Studio 2013
Represents a property-value pair that has a user-defined name (moniker). The moniker can be optionally versioned by using a version number.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The ArtifactPropertyValue type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ArtifactPropertyValue(ArtifactSpec) | Creates an empty artifact property-value for the specified artifact. |
![]() | ArtifactPropertyValue(ArtifactSpec, List<PropertyValue>) | Creates a versioned moniker property-value. |
![]() | ArtifactPropertyValue(ArtifactSpec, String, array<Byte>) | Creates a nonversioned moniker property-value. |
![]() | ArtifactPropertyValue(ArtifactSpec, String, Nullable<DateTime>) | Creates a nonversioned moniker property-value. |
![]() | ArtifactPropertyValue(ArtifactSpec, String, Nullable<Double>) | Creates a nonversioned moniker property-value. |
![]() | ArtifactPropertyValue(ArtifactSpec, String, Nullable<Int32>) | Creates a nonversioned moniker property-value. |
![]() | ArtifactPropertyValue(ArtifactSpec, String, String) | Creates a nonversioned moniker property-value. |
| Name | Description | |
|---|---|---|
![]() | PropertyValues | Gets the set of property values that belong to this artifact. |
![]() | Spec | Gets the artifact specifier that is associated with this instance. |
| 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 | Creates a user-readable string that describes the properties of this instance. (Overrides Object::ToString().) |
Show:
