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