SPContentDatabase.LastLanguageAndRegionSyncTime property

Gets or sets the last time the language and region synchronization ran.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LastLanguageAndRegionSyncTime As DateTime
    Get
    Set
'Usage
Dim instance As SPContentDatabase
Dim value As DateTime

value = instance.LastLanguageAndRegionSyncTime

instance.LastLanguageAndRegionSyncTime = value
public DateTime LastLanguageAndRegionSyncTime { get; set; }

Property value

Type: System.DateTime
The last time the language and region synchronization ran.

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace