Share via


WSSSynchScheduler.ChildSynchronizationJobsSchedule Property

Gets or sets the default schedule for a synchronization sweep. Do not use this member directly from your code; instead, use stsadm.exe.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property ChildSynchronizationJobsSchedule As SPSchedule
    Get
    Set
'Usage
Dim instance As WSSSynchScheduler
Dim value As SPSchedule

value = instance.ChildSynchronizationJobsSchedule

instance.ChildSynchronizationJobsSchedule = value
public SPSchedule ChildSynchronizationJobsSchedule { get; set; }

Property Value

Type: Microsoft.SharePoint.SPSchedule
The default schedule for a synchronization sweep.

Remarks

The WSSSynchScheduler class is not intended to be used directly from your code; use stsadm.exe instead.

For more information about the different schedule types that are used in jobdefinitions, see the Microsoft.SharePoint.SPSchedule class in the Welcome to the Windows SharePoint Services 3.0 SDK.

See Also

Reference

WSSSynchScheduler Class

WSSSynchScheduler Members

Microsoft.Office.Server.UserProfiles Namespace