Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Members
Microsoft.SharePoint.Workflow Namespace
EnableWorkflowModificationOfType(Guid, Guid, String, String)