WorkflowAssociation.BaseId property

Gets a value that specifies the identifier of the workflow template on which this workflow association is based.

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

Syntax

'Declaration
Public ReadOnly Property BaseId As Guid
    Get
'Usage
Dim instance As WorkflowAssociation
Dim value As Guid

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

Property value

Type: System.Guid
Returns a Guid instance representing the identifier of the workflow template on which this workflow association is based.

Remarks

Accessing this property is the same as accessing the SPWorkflowAssociation.BaseTemplateId property.

See also

Reference

WorkflowAssociation class

WorkflowAssociation members

Microsoft.SharePoint.Client.Workflow namespace