UpdateAllTasks.TaskProperties Property
Gets or sets workflow task properties.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property TaskProperties As SPWorkflowTaskProperties
Get
Set
'Usage
Dim instance As UpdateAllTasks
Dim value As SPWorkflowTaskProperties
value = instance.TaskProperties
instance.TaskProperties = value
[ValidationOptionAttribute(ValidationOption.Required)]
public SPWorkflowTaskProperties TaskProperties { get; set; }
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties
An SPWorkflowTaskProperties object that contains properties for the workflow task.
Remarks
This property is promoted through the TaskPropertiesProperty.