Share via


SPWorkflowModification.TypeId Property

Gets the ID of the template on which the workflow modification is based.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property TypeId As Guid
    Get
'Usage
Dim instance As SPWorkflowModification
Dim value As Guid

value = instance.TypeId
public Guid TypeId { get; }

Property Value

Type: System.Guid
The workflow modification template ID.

See Also

Reference

SPWorkflowModification Class

SPWorkflowModification Members

Microsoft.SharePoint.Workflow Namespace

EnableWorkflowModificationOfType(Guid, Guid, String, String)