Share via


ServicingStepGroup Constructor

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

.NET Framework Security

See Also

Reference

ServicingStepGroup Class

Microsoft.TeamFoundation.Framework.Server Namespace