SocialActor.PersonalSiteUri property
Gets the URI of the actor's personal site. Applies to users.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property PersonalSiteUri As String
Get
'Usage
Dim instance As SocialActor
Dim value As String
value = instance.PersonalSiteUri
public string PersonalSiteUri { get; }
Property value
Type: System.String
Remarks
The PersonalSiteUri property is valid only when the value of the ActorType property is User.