ArtifactPropertyValue Constructor (Guid, Int32, Int32, IEnumerable<PropertyValue>)

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, _
    id As Integer, _
    version As Integer, _
    propertyValues As IEnumerable(Of PropertyValue) _
)
public ArtifactPropertyValue(
    Guid kind,
    int id,
    int version,
    IEnumerable<PropertyValue> propertyValues
)
public:
ArtifactPropertyValue(
    Guid kind, 
    int id, 
    int version, 
    IEnumerable<PropertyValue^>^ propertyValues
)
new : 
        kind:Guid * 
        id:int * 
        version:int * 
        propertyValues:IEnumerable<PropertyValue> -> ArtifactPropertyValue
public function ArtifactPropertyValue(
    kind : Guid, 
    id : int, 
    version : int, 
    propertyValues : IEnumerable<PropertyValue>
)

Parameters

.NET Framework Security

See Also

Reference

ArtifactPropertyValue Class

ArtifactPropertyValue Overload

Microsoft.TeamFoundation.Framework.Server Namespace