WorkflowSubscription.DefinitionId property

Gets or sets the unique ID of the workflow definition to activate.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
Public Property DefinitionId As Guid
    Get
    Set
'Usage
Dim instance As WorkflowSubscription
Dim value As Guid

value = instance.DefinitionId

instance.DefinitionId = value
[ClientCallablePropertyAttribute]
public Guid DefinitionId { get; set; }

Property value

Type: System.Guid
Returns a Guid Id.

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.WorkflowServices namespace