EnableWorkflowModification.ModificationId Property

Gets or sets the modification ID.

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

EnableWorkflowModification Class

EnableWorkflowModification Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation

Workflow Modification Forms (SharePoint Foundation)