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 a list of PropertyValue objects to a Changeset.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub SetChangesetProperty ( _
    changesetId As Integer, _
    propertyValues As List(Of PropertyValue) _
)
public void SetChangesetProperty(
    int changesetId,
    List<PropertyValue> propertyValues
)
public:
void SetChangesetProperty(
    int changesetId, 
    List<PropertyValue^>^ propertyValues
)
member SetChangesetProperty : 
        changesetId:int * 
        propertyValues:List<PropertyValue> -> unit 
public function SetChangesetProperty(
    changesetId : int, 
    propertyValues : List<PropertyValue>
)
Parameters
- changesetId
 Type: System.Int32
 A valid changeset ID.
- propertyValues
 Type: System.Collections.Generic.List<PropertyValue>
 A list of PropertyValue objects.
.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.