SingleTask.Body property
Gets or sets the body of the task.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public Property Body As InArgument(Of String)
Get
Set
'Usage
Dim instance As SingleTask
Dim value As InArgument(Of String)
value = instance.Body
instance.Body = value
public InArgument<string> Body { get; set; }
Property value
Type: System.Activities.InArgument<String>
The body of the task.