SPItemEventProperties.ExternalNotificationMessage property
取得從外部系統接收到的通知訊息。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ExternalNotificationMessage As ReadOnlyCollection(Of Byte)
Get
'用途
Dim instance As SPItemEventProperties
Dim value As ReadOnlyCollection(Of Byte)
value = instance.ExternalNotificationMessage
public ReadOnlyCollection<byte> ExternalNotificationMessage { get; }
Property value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Byte>
通知訊息的集合。
備註
這個屬性是僅適用於外部清單上的事件接收器。