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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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 (SharePoint Foundation) and EnableWorkflowModification.

See Also

Reference

SPWorkflowModification Class

SPWorkflowModification Members

Microsoft.SharePoint.Workflow Namespace