This documentation is archived and is not being maintained.

LabelVersionSpec Constructor (String, String)

Initializes a new LabelVersionSpec object.

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

new : 
        label:string * 
        scope:string -> LabelVersionSpec

Parameters

label
Type: System.String

The name of the label to encapsulate.

scope
Type: System.String

The scope of the label. May be null.

Show: