Share via


TfsChangeList Constructor

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

Syntax

'Declaration
Public Sub New ( _
    isShelveset As Boolean _
)
public TfsChangeList(
    bool isShelveset
)
public:
TfsChangeList(
    bool isShelveset
)
new : 
        isShelveset:bool -> TfsChangeList
public function TfsChangeList(
    isShelveset : boolean
)

Parameters

.NET Framework Security

See Also

Reference

TfsChangeList Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace