Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetServicingStepGroupExecutionHandler ( _
    fullTypeName As String _
) As IServicingStepGroupExecutionHandler
IServicingStepGroupExecutionHandler GetServicingStepGroupExecutionHandler(
    string fullTypeName
)
IServicingStepGroupExecutionHandler^ GetServicingStepGroupExecutionHandler(
    String^ fullTypeName
)
abstract GetServicingStepGroupExecutionHandler : 
        fullTypeName:string -> IServicingStepGroupExecutionHandler
function GetServicingStepGroupExecutionHandler(
    fullTypeName : String
) : IServicingStepGroupExecutionHandler
Parameters
- fullTypeName
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.IServicingStepGroupExecutionHandler
Returns IServicingStepGroupExecutionHandler.
.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.