Creates an empty artifact property-value for the specified artifact.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    artifactSpec As ArtifactSpec _
)
public ArtifactPropertyValue(
    ArtifactSpec artifactSpec
)
public:
ArtifactPropertyValue(
    ArtifactSpec^ artifactSpec
)
new : 
        artifactSpec:ArtifactSpec -> ArtifactPropertyValue
public function ArtifactPropertyValue(
    artifactSpec : ArtifactSpec
)
Parameters
- artifactSpec 
 Type: Microsoft.TeamFoundation.Framework.Client.ArtifactSpec- The artifact specifier. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.