ContentMigrationSettings.LocaleId Property
A value that gets the locale identifier of the target Web site.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property LocaleId As Integer
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As Integer
value = instance.LocaleId
instance.LocaleId = value
public int LocaleId { get; set; }
Property Value
Type: System.Int32
The locale identifier of the target Web site.
See Also
Reference
ContentMigrationSettings Class