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 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.