Share via


WSSProfileSynch.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 = WSSProfileSynch.DefaultJobName
public static string DefaultJobName { get; }

Property Value

Type: System.String
The default incremental synchronization job name.

Remarks

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

For more information about incremental or full user profile synchronization, see Person Synchronization with Windows SharePoint Services.

See Also

Reference

WSSProfileSynch Class

WSSProfileSynch Members

Microsoft.Office.Server.UserProfiles Namespace