creates a new Artifact associated with a set of property-value pairs.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    kind As Guid, _
    moniker As String, _
    version As Integer, _
    propertyValues As IEnumerable(Of PropertyValue) _
)
public ArtifactPropertyValue(
    Guid kind,
    string moniker,
    int version,
    IEnumerable<PropertyValue> propertyValues
)
public:
ArtifactPropertyValue(
    Guid kind, 
    String^ moniker, 
    int version, 
    IEnumerable<PropertyValue^>^ propertyValues
)
new : 
        kind:Guid * 
        moniker:string * 
        version:int * 
        propertyValues:IEnumerable<PropertyValue> -> ArtifactPropertyValue
public function ArtifactPropertyValue(
    kind : Guid, 
    moniker : String, 
    version : int, 
    propertyValues : IEnumerable<PropertyValue>
)
Parameters
- kind
 Type: System.Guid
- moniker
 Type: System.String
- version
 Type: System.Int32
- propertyValues
 Type: System.Collections.Generic.IEnumerable<PropertyValue>
.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.