This documentation is archived and is not being maintained.

ArtifactPropertyValue Constructor (ArtifactSpec, List<PropertyValue>)

Creates a versioned moniker property-value.

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

public:
ArtifactPropertyValue(
	ArtifactSpec^ artifactSpec, 
	List<PropertyValue^>^ values
)

Parameters

artifactSpec
Type: Microsoft.TeamFoundation.Framework.Client::ArtifactSpec

The artifact specifier.

values
Type: System.Collections.Generic::List<PropertyValue>

The value.

Show: