OnWorkflowModified.ContextData Property

Gets or sets the context data the user submitted using the modification form.

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 OnWorkflowModified
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

OnWorkflowModified Class

OnWorkflowModified Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation

Workflow Modification Forms (SharePoint Foundation)