SPList.CurrentChangeToken property
Obtém o token de alteração que será usado no registro em log a próxima alteração à lista.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property CurrentChangeToken As SPChangeToken
Get
'Uso
Dim instance As SPList
Dim value As SPChangeToken
value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }
Property value
Type: Microsoft.SharePoint.SPChangeToken
Um objeto SPChangeToken que representa o token de alteração.
Comentários
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.
Ver também
Referência
Microsoft.SharePoint namespace