SingleTask.CancelationEmailSubject property
Gets or sets the subject line 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 CancelationEmailSubject As InArgument(Of String)
Get
Set
'Usage
Dim instance As SingleTask
Dim value As InArgument(Of String)
value = instance.CancelationEmailSubject
instance.CancelationEmailSubject = value
[RequiredArgumentAttribute]
public InArgument<string> CancelationEmailSubject { get; set; }
Property value
Type: System.Activities.InArgument<String>
The subject line of the email message.