Share via


EnableWorkflowModification.ContextData property

Gets or sets the context data to be passed to the modification form upon launch.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ContextData As String
    Get
    Set
'Usage
Dim instance As EnableWorkflowModification
Dim value As String

value = instance.ContextData

instance.ContextData = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string ContextData { get; set; }

Property value

Type: System.String

See also

Reference

EnableWorkflowModification class

EnableWorkflowModification members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

Workflow Modification Forms