Share via


DeleteTask.MethodName property

Gets the name of the interface method this activity implements.

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 DeleteTask
Dim value As String

value = instance.MethodName
public override string MethodName { get; }

Property value

Type: System.String

Remarks

This activity implements the ITaskService.DeleteTask method.

See also

Reference

DeleteTask class

DeleteTask members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

How Windows SharePoint Services Processes Workflow Activities

Workflow Task Forms (Windows SharePoint Services)