Share via


SingleTask.CancelationEmailBody property

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

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

Syntax

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

value = instance.CancelationEmailBody

instance.CancelationEmailBody = value
[RequiredArgumentAttribute]
public InArgument<string> CancelationEmailBody { 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