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