Gets the change token that is used when the next change is logged to the website.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property CurrentChangeToken As SPChangeToken
Get
用法
Dim instance As SPWeb
Dim value As SPChangeToken
value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }
属性值
类型:Microsoft.SharePoint.SPChangeToken
An SPChangeToken object that represents the change token.
备注
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.