ArtifactPropertyValue Class
Represents a property-value pair that has a user-defined name (moniker). The moniker can be optionally versioned by using a version number.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class ArtifactPropertyValue
public sealed class ArtifactPropertyValue
public ref class ArtifactPropertyValue sealed
[<Sealed>]
type ArtifactPropertyValue = class end
public final class ArtifactPropertyValue
The ArtifactPropertyValue type exposes the following members.
Constructors
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. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (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().) |
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.