This documentation is archived and is not being maintained.

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.

System::Object
  Microsoft.TeamFoundation.Framework.Client::ArtifactPropertyValue

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public ref class ArtifactPropertyValue sealed

The ArtifactPropertyValue type exposes the following members.

  NameDescription
Public methodArtifactPropertyValue(ArtifactSpec)Creates an empty artifact property-value for the specified artifact.
Public methodArtifactPropertyValue(ArtifactSpec, List<PropertyValue>)Creates a versioned moniker property-value.
Public methodArtifactPropertyValue(ArtifactSpec, String, array<Byte>)Creates a nonversioned moniker property-value.
Public methodArtifactPropertyValue(ArtifactSpec, String, Nullable<DateTime>)Creates a nonversioned moniker property-value.
Public methodArtifactPropertyValue(ArtifactSpec, String, Nullable<Double>)Creates a nonversioned moniker property-value.
Public methodArtifactPropertyValue(ArtifactSpec, String, Nullable<Int32>)Creates a nonversioned moniker property-value.
Public methodArtifactPropertyValue(ArtifactSpec, String, String)Creates a nonversioned moniker property-value.
Top

  NameDescription
Public propertyPropertyValuesGets the set of property values that belong to this artifact.
Public propertySpecGets the artifact specifier that is associated with this instance.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringCreates a user-readable string that describes the properties of this instance. (Overrides Object::ToString().)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: