This member overrides ServicingStepGroupProviderBase.OpenServicingStepGroupSteam(String).
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overrides Function OpenServicingStepGroupSteam ( _
    resourceName As String _
) As Stream
protected override Stream OpenServicingStepGroupSteam(
    string resourceName
)
protected:
virtual Stream^ OpenServicingStepGroupSteam(
    String^ resourceName
) override
abstract OpenServicingStepGroupSteam : 
        resourceName:string -> Stream  
override OpenServicingStepGroupSteam : 
        resourceName:string -> Stream
protected override function OpenServicingStepGroupSteam(
    resourceName : String
) : Stream
Parameters
- resourceName
 Type: System.String
Return Value
Type: System.IO.Stream
.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.