Click or drag to resize
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.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public Nullable<DateTime> NextRunTime { get; }

Property Value

Type: NullableDateTime
See Also