RepositoryExtensions.SetChangesetProperty Method

Sets property values to a changeset.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub SetChangesetProperty ( _
    changesetId As Integer, _
    propertyValues As PropertyValue() _
)
[WebMethodAttribute]
public void SetChangesetProperty(
    int changesetId,
    PropertyValue[] propertyValues
)
[WebMethodAttribute]
public:
void SetChangesetProperty(
    int changesetId, 
    array<PropertyValue^>^ propertyValues
)
[<WebMethodAttribute>]
member SetChangesetProperty : 
        changesetId:int * 
        propertyValues:PropertyValue[] -> unit
public function SetChangesetProperty(
    changesetId : int, 
    propertyValues : PropertyValue[]
)

Parameters

.NET Framework Security

See Also

Reference

RepositoryExtensions Class

Microsoft.TeamFoundation.VersionControl.Server Namespace