RollbackTask.MethodName Property
Gets the name of the method that is called by this activity.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property MethodName As String
Get
'Usage
Dim instance As RollbackTask
Dim value As String
value = instance.MethodName
public override string MethodName { get; }
Property Value
Type: System.String
The method name that is executed by the activity.
Remarks
This activity implements the [T:Microsoft.SharePoint.Workflow.ITaskService.RollbackTask(System.Guid,System.String][)] method.
For the RollbackTask activity, the MethodName always returns the string "RollbackTask".
See Also
Reference
Microsoft.SharePoint.WorkflowActions Namespace