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 an Microsoft.SharePoint.SPSchedule instance that specifies the timing for the lock refresh.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property LockRefreshSchedule As SPSchedule
Get
Set
'Usage
Dim instance As SPTimerService
Dim value As SPSchedule
value = instance.LockRefreshSchedule
instance.LockRefreshSchedule = value
public SPSchedule LockRefreshSchedule { get; set; }
Property Value
Type: Microsoft.SharePoint.SPSchedule
Returns an Microsoft.SharePoint.SPSchedule instance representing the schedule for the lock refresh. The default is every 15 minutes.