| SharePointLibrarySynchronizationStateNextRunTime Property | 
            Next run time of the synchronization. If the time is from the past, it means the synchronization
            is waiting for the scheduler to execute it.
            Gets null if the synchronization is currently running (
IsRunning is set).
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
Syntaxpublic Nullable<DateTime> NextRunTime { get; }Property Value
Type: 
NullableDateTime See Also
See Also