WorkflowSubscription.DefinitionId property
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Property DefinitionId As Guid
Get
Set
'Usage
Dim instance As WorkflowSubscription
Dim value As Guid
value = instance.DefinitionId
instance.DefinitionId = value
public Guid DefinitionId { get; set; }
Property value
Type: System.Guid