ChangesNewSyncToken Property |
IT Hit User File System
The synchronization token provided by the server.
Namespace:
ITHit.FileSystem.Synchronization
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public string NewSyncToken { get; set; }
Public Property NewSyncToken As String
Get
Set
public:
virtual property String^ NewSyncToken {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract NewSyncToken : string with get, set
override NewSyncToken : string with get, set
Property Value
Type:
StringImplements
IChangesNewSyncTokenSee Also