Share via


WSSSynchScheduler.DefaultJobName Property

Gets the default synchronization job name. 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 Shared ReadOnly Property DefaultJobName As String
    Get
'Usage
Dim value As String

value = WSSSynchScheduler.DefaultJobName
public static string DefaultJobName { get; }

Property Value

Type: System.String
The default synchronization job name.

Remarks

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

You must associate job definitions with a service or Web application. A job definition can also be associated with a specific server. For more information about job definitions, see the Microsoft.SharePoint.Administration.SPJobDefinition class in the Welcome to the Windows SharePoint Services 3.0 SDK.

See Also

Reference

WSSSynchScheduler Class

WSSSynchScheduler Members

Microsoft.Office.Server.UserProfiles Namespace