Represents an Artifact identifier.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.ArtifactId
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Class ArtifactId
public class ArtifactId
public ref class ArtifactId
type ArtifactId =  class end
public class ArtifactId
The ArtifactId type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ArtifactId() | Initializes a new instance of the ArtifactId class. | 
| .gif) | ArtifactId(String, String, String) | Initializes a new instance of the ArtifactId class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ArtifactType | Gets or sets the Artifact type. | 
| .gif) | Tool | Gets or sets the name of the tool this artifact represents. | 
| .gif) | ToolSpecificId | Gets or sets the unique ID of the tool this artifact represents. | 
| .gif) | VisualStudioServerNamespace | Gets or sets the namespace of the Visual Studio Team Foundation Server. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Gets a user-readable string that summarizes the properties of this ArtifactId instance. | 
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.