SocialThread.Id property
Gets the unique identifier of the thread.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Id As String
Get
'Usage
Dim instance As SocialThread
Dim value As String
value = instance.Id
public string Id { get; }
Property value
Type: System.String
The unique identifier of the thread.
Remarks
The ID of the thread is the same value as the ID of the thread's root post.