Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    subsystem As String, _
    steps As List(Of ServicingStep) _
)
public ServicingStepGroup(
    string name,
    string subsystem,
    List<ServicingStep> steps
)
public:
ServicingStepGroup(
    String^ name, 
    String^ subsystem, 
    List<ServicingStep^>^ steps
)
new : 
        name:string * 
        subsystem:string * 
        steps:List<ServicingStep> -> ServicingStepGroup
public function ServicingStepGroup(
    name : String, 
    subsystem : String, 
    steps : List<ServicingStep>
)
Parameters
- name
 Type: System.String
- subsystem
 Type: System.String
- steps
 Type: System.Collections.Generic.List<ServicingStep>
.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.