SocialThread.Permalink property
Gets a stable URI for navigating directly to the thread, if one is available.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Permalink As String
Get
'Usage
Dim instance As SocialThread
Dim value As String
value = instance.Permalink
public string Permalink { get; }
Property value
Type: System.String
A stable URI for navigating directly to the thread, if one is available.