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.
Sets properties to artifacts Note: All artifacts must be of the same kind.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetProperties ( _
requestContext As TeamFoundationRequestContext, _
artifactPropertyValues As IEnumerable(Of ArtifactPropertyValue) _
)
public void SetProperties(
TeamFoundationRequestContext requestContext,
IEnumerable<ArtifactPropertyValue> artifactPropertyValues
)
public:
void SetProperties(
TeamFoundationRequestContext^ requestContext,
IEnumerable<ArtifactPropertyValue^>^ artifactPropertyValues
)
member SetProperties :
requestContext:TeamFoundationRequestContext *
artifactPropertyValues:IEnumerable<ArtifactPropertyValue> -> unit
public function SetProperties(
requestContext : TeamFoundationRequestContext,
artifactPropertyValues : IEnumerable<ArtifactPropertyValue>
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextTeamFoundationRequestContext instance
artifactPropertyValues
Type: System.Collections.Generic.IEnumerable<ArtifactPropertyValue>array of ArtifactPropertyValues
.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.