Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- kind
 Type: System.Guid
- id
 Type: System.Int32
- 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.