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 workflow template ID, which uniquely identifies workflow associations that are based on this template.
Namespace: Microsoft.SharePoint.Client.Workflow
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Id As Guid
Get
'Usage
Dim instance As WorkflowTemplate
Dim value As Guid
value = instance.Id
public Guid Id { get; }
Property value
Type: System.Guid
Returns a Guid.instance representing the workflow template identifier.
Remarks
Every template must have its own unique GUID.
For workflow templates, the BaseId property is the same as the Id property.