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
Microsoft.SharePoint.WorkflowActions namespace
Other resources
Workflow Activities for Windows SharePoint Services Overview