This documentation is archived and is not being maintained.

ArtifactPropertyValue Constructor (ArtifactSpec, String, array<Byte>)

Creates a nonversioned moniker property-value.

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

public:
ArtifactPropertyValue(
	ArtifactSpec^ artifactSpec, 
	String^ propertyName, 
	array<unsigned char>^ value
)

Parameters

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

The artifact specifier.

propertyName
Type: System::String

The property name.

value
Type: array<System::Byte>

The value.

Show: