Share via


UserProfileManager.IsPersonalSiteMultipleLanguage property

Gets or sets a value indicating whether personal sites can be created in multiple languages.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property IsPersonalSiteMultipleLanguage As Boolean
    Get
    Set
'Usage
Dim instance As UserProfileManager
Dim value As Boolean

value = instance.IsPersonalSiteMultipleLanguage

instance.IsPersonalSiteMultipleLanguage = value
public bool IsPersonalSiteMultipleLanguage { get; set; }

Property value

Type: System.Boolean

See also

Reference

UserProfileManager class

UserProfileManager members

Microsoft.Office.Server.UserProfiles namespace