ServicingStep Constructor (String, String, String, Object)
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 Object _
)
public ServicingStep(
string name,
string performer,
string stepType,
Object stepData
)
public:
ServicingStep(
String^ name,
String^ performer,
String^ stepType,
Object^ stepData
)
new :
name:string *
performer:string *
stepType:string *
stepData:Object -> ServicingStep
public function ServicingStep(
name : String,
performer : String,
stepType : String,
stepData : Object
)
Parameters
- name
Type: System.String
- performer
Type: System.String
- stepType
Type: System.String
- stepData
Type: System.Object
.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.