BulkWorkflowWorkItem.UsersToNotify Property
Gets or sets the string value that contains the list of users to notify by e-mail during bulk workflow processing.
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property UsersToNotify As String
Get
Set
'Usage
Dim instance As BulkWorkflowWorkItem
Dim value As String
value = instance.UsersToNotify
instance.UsersToNotify = value
public string UsersToNotify { get; set; }
Property Value
Type: System.String
A string value that contains a list of users.