SPSite.CurrentChangeToken property
取得將用來記錄下一步] 變更至網站集合變更語彙基元。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property CurrentChangeToken As SPChangeToken
Get
'用途
Dim instance As SPSite
Dim value As SPChangeToken
value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }
Property value
Type: Microsoft.SharePoint.SPChangeToken
SPChangeToken 物件,表示變更語彙基元。
備註
您可以藉由呼叫GetChanges(SPChangeToken)方法查詢變更記錄檔使用這個屬性的值。如需詳細資訊,請參閱Using the Change Log。
請參閱
參照
Microsoft.SharePoint namespace