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
- stepGroupName
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingStepGroup
Implements
IServicingStepGroupProvider.GetServicingStepGroup(String)
.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.