SingleTask.AssignmentEmailBody property

Gets or sets the body of the email message for the task to be assigned.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property AssignmentEmailBody As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As SingleTask
Dim value As InArgument(Of String)

value = instance.AssignmentEmailBody

instance.AssignmentEmailBody = value
[RequiredArgumentAttribute]
public InArgument<string> AssignmentEmailBody { get; set; }

Property value

Type: System.Activities.InArgument<String>
The body of the email message.

See also

Reference

SingleTask class

SingleTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace