SPWorkflowAssociation.BaseId property

Gets the ID of the workflow template on which this workflow association is based.

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

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property BaseId As Guid
    Get
'Usage
Dim instance As SPWorkflowAssociation
Dim value As Guid

value = instance.BaseId
[ClientCallableAttribute]
public Guid BaseId { get; }

Property value

Type: System.Guid
The workflow template ID.

Remarks

Accessing this property is the same as accessing the SPWorkflowAssociation.BaseTemplate.Id property.

See also

Reference

SPWorkflowAssociation class

SPWorkflowAssociation members

Microsoft.SharePoint.Workflow namespace

BaseTemplate

Id

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview