SPList.CurrentChangeToken 属性
获取将使用日志下一处修订记录到列表中的更改令牌。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property CurrentChangeToken As SPChangeToken
Get
用法
Dim instance As SPList
Dim value As SPChangeToken
value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }
属性值
类型:Microsoft.SharePoint.SPChangeToken
一个代表更改令牌SPChangeToken对象。
备注
You can use the value of this property to query the change log by calling the GetChanges(SPChangeToken) method. For more information, see Using the Change Log.