This documentation is archived and is not being maintained.
ArtifactPropertyValue Constructor (ArtifactSpec, List<PropertyValue>)
Visual Studio 2013
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.
- 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.
Show: