CreateTaskWithContentType.MethodName property

Gets the name of the method to call on the local service that is registered with the ExternalDataExchangeService.

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

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

Property value

Type: System.String
This value always returns the [CreateTaskWithContentType] activity for this activity.

See also

Reference

CreateTaskWithContentType class

CreateTaskWithContentType members

Microsoft.SharePoint.WorkflowActions namespace