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