Delen via


UpdateAllTasks.MethodName Property

Gets the name of the method that is called by the 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 UpdateAllTasks
Dim value As String

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

Property Value

Type: System.String
The method name that is called by the activity during run time.

See Also

Reference

UpdateAllTasks Class

UpdateAllTasks Members

Microsoft.SharePoint.WorkflowActions Namespace