VersionControlServer.SetChangesetProperty Method (Int32, String, array<Byte )

Sets a PropertyValue object 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, _
    propertyName As String, _
    value As Byte() _
)
public void SetChangesetProperty(
    int changesetId,
    string propertyName,
    byte[] value
)
public:
void SetChangesetProperty(
    int changesetId, 
    String^ propertyName, 
    array<unsigned char>^ value
)
member SetChangesetProperty : 
        changesetId:int * 
        propertyName:string * 
        value:byte[] -> unit
public function SetChangesetProperty(
    changesetId : int, 
    propertyName : String, 
    value : byte[]
)

Parameters

  • value
    Type: array<System.Byte[]

    The value to assign to the property.

.NET Framework Security

See Also

Reference

VersionControlServer Class

SetChangesetProperty Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace