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.StringThe name of the server that is running Team Foundation Server.
.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.