共用方式為


SPEventPropertiesBase.ReceiverData property

取得字串,包含事件的相關資料。

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

Syntax

'宣告
Public ReadOnly Property ReceiverData As String
    Get
'用途
Dim instance As SPEventPropertiesBase
Dim value As String

value = instance.ReceiverData
public string ReceiverData { get; }

Property value

Type: System.String
字串,包含事件的相關資料。

請參閱

參照

SPEventPropertiesBase class

SPEventPropertiesBase members

Microsoft.SharePoint namespace