Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    teamSystemName As String, _
    workItemStoreFlags As WorkItemStoreFlags _
)
public WorkItemStore(
    string teamSystemName,
    WorkItemStoreFlags workItemStoreFlags
)
public:
WorkItemStore(
    String^ teamSystemName, 
    WorkItemStoreFlags workItemStoreFlags
)
new : 
        teamSystemName:string * 
        workItemStoreFlags:WorkItemStoreFlags -> WorkItemStore
public function WorkItemStore(
    teamSystemName : String, 
    workItemStoreFlags : WorkItemStoreFlags
)
Parameters
- teamSystemName
 Type: System.String
- workItemStoreFlags
 Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStoreFlags
.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.