TeamFoundationVersionControlService.SetChangesetProperty Method
Sets property values on a changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub SetChangesetProperty ( _
requestContext As TeamFoundationRequestContext, _
changesetId As Integer, _
propertyValues As PropertyValue() _
)
public void SetChangesetProperty(
TeamFoundationRequestContext requestContext,
int changesetId,
PropertyValue[] propertyValues
)
public:
void SetChangesetProperty(
TeamFoundationRequestContext^ requestContext,
int changesetId,
array<PropertyValue^>^ propertyValues
)
member SetChangesetProperty :
requestContext:TeamFoundationRequestContext *
changesetId:int *
propertyValues:PropertyValue[] -> unit
public function SetChangesetProperty(
requestContext : TeamFoundationRequestContext,
changesetId : int,
propertyValues : PropertyValue[]
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
changesetId
Type: System.Int32The changeset identifier to set properties on.
propertyValues
Type: array<Microsoft.TeamFoundation.Framework.Server.PropertyValue[]Array of property values to set.
.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.