bulk set artifact-property-values
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub SetProperties ( _
    artifactPropertyValues As ArtifactPropertyValue() _
)
void SetProperties(
    ArtifactPropertyValue[] artifactPropertyValues
)
void SetProperties(
    array<ArtifactPropertyValue^>^ artifactPropertyValues
)
abstract SetProperties : 
        artifactPropertyValues:ArtifactPropertyValue[] -> unit
function SetProperties(
    artifactPropertyValues : ArtifactPropertyValue[]
)
Parameters
- artifactPropertyValues
 Type: array<Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]
.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.