共用方式為


SPEventContext.ReceiverId property

取得工作流程事件接收器的識別項 (ID)。

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

Syntax

'宣告
Public ReadOnly Property ReceiverId As Guid
    Get
'用途
Dim instance As SPEventContext
Dim value As Guid

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

Property value

Type: System.Guid
工作流程事件接收器的識別碼。

請參閱

參照

SPEventContext class

SPEventContext members

Microsoft.SharePoint namespace