Initializes a new ChangesetVersionSpec instance.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    changeset As Integer _
)
public ChangesetVersionSpec(
    int changeset
)
public:
ChangesetVersionSpec(
    int changeset
)
new : 
        changeset:int -> ChangesetVersionSpec
public function ChangesetVersionSpec(
    changeset : int
)
Parameters
- changeset 
 Type: System.Int32- The changeset ID. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.