MergeSourceVersionSpec.ChangesetId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Property ChangesetId As Integer
public int ChangesetId { get; set; }
public:
property int ChangesetId {
    int get ();
    void set (int value);
}
member ChangesetId : int with get, set
function get ChangesetId () : int 
function set ChangesetId (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

MergeSourceVersionSpec Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace