CompositeTaskHelper.SendReminderEmail property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public Property SendReminderEmail As InArgument(Of Boolean)
Get
Set
'Usage
Dim instance As CompositeTaskHelper
Dim value As InArgument(Of Boolean)
value = instance.SendReminderEmail
instance.SendReminderEmail = value
public InArgument<bool> SendReminderEmail { get; set; }
Property value
Type: System.Activities.InArgument<Boolean>