SPExportObject.ExportChangeToken - Propriété
Obtient ou définit une chaîne représentant un jeton de modification pour prendre en charge les opérations d'exportation incrémentielle.
Espace de noms : Microsoft.SharePoint.Deployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ExportChangeToken As String
Get
Set
'Utilisation
Dim instance As SPExportObject
Dim value As String
value = instance.ExportChangeToken
instance.ExportChangeToken = value
public string ExportChangeToken { get; set; }
Valeur de propriété
Type : System.String
Retourne le jeton de modification pour l'opération d'exportation.