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