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