UserDataTaskList.SyncManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the UserDataTaskListSyncManager used to communicate with the server.
public:
property UserDataTaskListSyncManager ^ SyncManager { UserDataTaskListSyncManager ^ get(); };
UserDataTaskListSyncManager SyncManager();
public UserDataTaskListSyncManager SyncManager { get; }
var userDataTaskListSyncManager = userDataTaskList.syncManager;
Public ReadOnly Property SyncManager As UserDataTaskListSyncManager
Property Value
The UserDataTaskListSyncManager used to communicate with the server.