This topic has not yet been rated - Rate this topic

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.

Object
  Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public sealed class ArtifactPropertyValue

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, 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 a hash function for a particular type. (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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.