Share via


de la propiedad SPList.CurrentChangeToken

Obtiene el token de cambio que se utilizará en el registro de la siguiente revisión a la lista.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public ReadOnly Property CurrentChangeToken As SPChangeToken
    Get
'Uso
Dim instance As SPList
Dim value As SPChangeToken

value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }

Valor de propiedad

Tipo: Microsoft.SharePoint.SPChangeToken
Un objeto SPChangeToken que representa el token de cambio.

Comentarios

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.

Vea también

Referencia

clase SPList

Miembros SPList

Espacio de nombres Microsoft.SharePoint

GetChanges(SPChangeToken)

Otros recursos

Using the Change Log