Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a string representing a change token to support incremental export operations.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ExportChangeToken As String
Get
Set
'Usage
Dim instance As SPExportObject
Dim value As String
value = instance.ExportChangeToken
instance.ExportChangeToken = value
public string ExportChangeToken { get; set; }
Property Value
Type: System.String
Returns the change token for the export operation.