This documentation is archived and is not being maintained.

ArtifactSpec Constructor (Guid, String, Int32)

Initializes a new ArtifactSpec instance.

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

public:
ArtifactSpec(
	Guid kind, 
	String^ moniker, 
	int version
)

Parameters

kind
Type: System::Guid

The type of the artifact.

moniker
Type: System::String

The name of the artifact.

version
Type: System::Int32

The version of the artifact.

Show: