WorkItemStore Constructor (String)

Initializes a new instance of the WorkItemStore class that is connected to the server that is running Team Foundation Server that is specified by the computer name.

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

Syntax

'Declaration
Public Sub New ( _
    teamSystemName As String _
)
public WorkItemStore(
    string teamSystemName
)
public:
WorkItemStore(
    String^ teamSystemName
)
new : 
        teamSystemName:string -> WorkItemStore
public function WorkItemStore(
    teamSystemName : String
)

Parameters

  • teamSystemName
    Type: System.String

    The name of the server that is running Team Foundation Server.

.NET Framework Security

See Also

Reference

WorkItemStore Class

WorkItemStore Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace