Shelveset Constructor (VersionControlServer, String, String, IEnumerable<PropertyValue>)

Create a Shelveset object for shelving changes.

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

Syntax

'Declaration
Public Sub New ( _
    sourceControl As VersionControlServer, _
    name As String, _
    owner As String, _
    properties As IEnumerable(Of PropertyValue) _
)
public Shelveset(
    VersionControlServer sourceControl,
    string name,
    string owner,
    IEnumerable<PropertyValue> properties
)
public:
Shelveset(
    VersionControlServer^ sourceControl, 
    String^ name, 
    String^ owner, 
    IEnumerable<PropertyValue^>^ properties
)
new : 
        sourceControl:VersionControlServer * 
        name:string * 
        owner:string * 
        properties:IEnumerable<PropertyValue> -> Shelveset
public function Shelveset(
    sourceControl : VersionControlServer, 
    name : String, 
    owner : String, 
    properties : IEnumerable<PropertyValue>
)

Parameters

.NET Framework Security

See Also

Reference

Shelveset Class

Shelveset Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace