SocialFeedManager.PersonalSitePortalUri property
Gets the URI of the default personal site portal for the current user.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property PersonalSitePortalUri As String
Get
'Usage
Dim instance As SocialFeedManager
Dim value As String
value = instance.PersonalSitePortalUri
public string PersonalSitePortalUri { get; }
Property value
Type: System.String