This documentation is archived and is not being maintained.

ArtifactPropertyValue::Spec Property

Gets the artifact specifier that is associated with this instance.

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

public:
property ArtifactSpec^ Spec {
	ArtifactSpec^ get ();
	internal: void set (ArtifactSpec^ value);
}

Property Value

Type: Microsoft.TeamFoundation.Framework.Client::ArtifactSpec
The artifact specifier that is associated with this instance.

Show: