SocialFollowingManager.FollowedSitesUri property
Gets a URI to a site that lists the current user's followed sites.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property FollowedSitesUri As String
Get
'Usage
Dim instance As SocialFollowingManager
Dim value As String
value = instance.FollowedSitesUri
public string FollowedSitesUri { get; }
Property value
Type: System.String