This documentation is archived and is not being maintained.

ArtifactSpec Constructor (Guid, Int32, Int32)

Initializes a new ArtifactSpec instance.

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

public:
ArtifactSpec(
	Guid kind, 
	int artifactId, 
	int version
)

Parameters

kind
Type: System::Guid

The type of the artifact.

artifactId
Type: System::Int32

The artifact ID.

version
Type: System::Int32

The version of the artifact.

Show: