This documentation is archived and is not being maintained.

ArtifactSpec Constructor (Guid, array<Byte>, Int32)

Initializes a new ArtifactSpec instance.

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

public:
ArtifactSpec(
	Guid kind, 
	array<unsigned char>^ artifactId, 
	int version
)

Parameters

kind
Type: System::Guid

The type of the artifact.

artifactId
Type: array<System::Byte>

The artifact ID.

version
Type: System::Int32

The version of the artifact.

Show: