ServicingStepGroupProviderBase.GetServicingStepGroup Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetServicingStepGroup ( _
    stepGroupName As String _
) As ServicingStepGroup
public ServicingStepGroup GetServicingStepGroup(
    string stepGroupName
)
public:
virtual ServicingStepGroup^ GetServicingStepGroup(
    String^ stepGroupName
) sealed
abstract GetServicingStepGroup : 
        stepGroupName:string -> ServicingStepGroup  
override GetServicingStepGroup : 
        stepGroupName:string -> ServicingStepGroup
public final function GetServicingStepGroup(
    stepGroupName : String
) : ServicingStepGroup

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingStepGroup
Returns ServicingStepGroup.

Implements

IServicingStepGroupProvider.GetServicingStepGroup(String)

.NET Framework Security

See Also

Reference

ServicingStepGroupProviderBase Class

Microsoft.TeamFoundation.Framework.Server Namespace