Share via


PropertyWebService.SetProperties Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub SetProperties ( _
    artifactPropertyValues As ArtifactPropertyValue() _
)
[WebMethodAttribute]
public void SetProperties(
    ArtifactPropertyValue[] artifactPropertyValues
)
[WebMethodAttribute]
public:
void SetProperties(
    array<ArtifactPropertyValue^>^ artifactPropertyValues
)
[<WebMethodAttribute>]
member SetProperties : 
        artifactPropertyValues:ArtifactPropertyValue[] -> unit 
public function SetProperties(
    artifactPropertyValues : ArtifactPropertyValue[]
)

Parameters

.NET Framework Security

See Also

Reference

PropertyWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace