OnWorkflowModified.ModificationId property

Gets or sets the modification ID of the workflow modification form.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ModificationId As Guid
    Get
    Set
'Usage
Dim instance As OnWorkflowModified
Dim value As Guid

value = instance.ModificationId

instance.ModificationId = value
[ValidationOptionAttribute(ValidationOption.Required)]
public Guid ModificationId { get; set; }

Property value

Type: System.Guid

See also

Reference

OnWorkflowModified class

OnWorkflowModified members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

Workflow Modification Forms