Share via


SingleTask.OverdueEmailSubject property

Gets or sets the subject line of the email message to be sent if the task is past its expiration date and has not been completed.

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

Syntax

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

value = instance.OverdueEmailSubject

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

Property value

Type: System.Activities.InArgument<String>
The subject line of the email.

See also

Reference

SingleTask class

SingleTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace