Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    performer As String, _
    stepType As String, _
    stepData As String _
)
public ServicingStep(
    string name,
    string performer,
    string stepType,
    string stepData
)
public:
ServicingStep(
    String^ name, 
    String^ performer, 
    String^ stepType, 
    String^ stepData
)
new : 
        name:string * 
        performer:string * 
        stepType:string * 
        stepData:string -> ServicingStep
public function ServicingStep(
    name : String, 
    performer : String, 
    stepType : String, 
    stepData : String
)
Parameters
- name
 Type: System.String
- performer
 Type: System.String
- stepType
 Type: System.String
- stepData
 Type: System.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.