Share via


SPWorkflowModification.ContextData property

The context data that the user submitted by using the modification form.

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

Syntax

'Declaration
Public ReadOnly Property ContextData As String
    Get
'Usage
Dim instance As SPWorkflowModification
Dim value As String

value = instance.ContextData
public string ContextData { get; }

Property value

Type: System.String
A String that represents the context data.

Remarks

For more information about workflow modifications and modification forms, see Workflow Modification Forms (Windows SharePoint Services) and EnableWorkflowModification.

See also

Reference

SPWorkflowModification class

SPWorkflowModification members

Microsoft.SharePoint.Workflow namespace