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.
set artifact-property-value
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(
ArtifactPropertyValue^ artifactPropertyValues
)
abstract SetProperties :
artifactPropertyValues:ArtifactPropertyValue -> unit
function SetProperties(
artifactPropertyValues : ArtifactPropertyValue
)
Parameters
- artifactPropertyValues
Type: 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.