PropertyWebService.SetProperties Method
Sets property values
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
artifactPropertyValues
Type: array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]Property values to be written to the artifacts
.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.