UserProfileManager.PersonalSiteReaders Property
Gets or sets a list of users who will be added as readers on new personal sites.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property PersonalSiteReaders As String
Get
Set
'Usage
Dim instance As UserProfileManager
Dim value As String
value = instance.PersonalSiteReaders
instance.PersonalSiteReaders = value
public string PersonalSiteReaders { get; set; }
Property Value
Type: System.String