ProcessConfigurationService Constructor
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Sub New ( _
connection As TfsTeamProjectCollection _
)
public ProcessConfigurationService(
TfsTeamProjectCollection connection
)
public:
ProcessConfigurationService(
TfsTeamProjectCollection^ connection
)
new :
connection:TfsTeamProjectCollection -> ProcessConfigurationService
public function ProcessConfigurationService(
connection : TfsTeamProjectCollection
)
Parameters
- connection
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
.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.
See Also
Reference
ProcessConfigurationService Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace