SPListEvent.ListID property
NOTE: This API is now obsolete.
取得發生事件的文件庫的 GUID。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Use V3 style events")> _
Public ReadOnly Property ListID As Guid
Get
'用途
Dim instance As SPListEvent
Dim value As Guid
value = instance.ListID
[ObsoleteAttribute("Use V3 style events")]
public Guid ListID { get; }
Property value
Type: System.Guid
指定清單的 GUID。