SPChangeItem.ListId property
取得包含已變更的項目清單的 GUID。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ListId As Guid
Get
'用途
Dim instance As SPChangeItem
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
Property value
Type: System.Guid
識別清單的 GUID。
備註
在包含清單之間移動項目變更, ListId屬性會包含相同移動前的值。