Freigeben über


WorkflowContext.WorkflowInstanceId-Eigenschaft

Ruft den global eindeutigen Bezeichner (GUID) der aktuellen Workflowinstanz.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public ReadOnly Property WorkflowInstanceId As Guid
    Get
'Usage
Dim instance As WorkflowContext
Dim value As Guid

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

Eigenschaftswert

Typ: System.Guid
Eine Guid , die den Bezeichner darstellt.

Siehe auch

Referenz

WorkflowContext Klasse

WorkflowContext-Member

Microsoft.SharePoint.WorkflowActions-Namespace