SocialPostReference.ThreadId property
Gets the unique identifier of the referenced thread.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property ThreadId As String
Get
'Usage
Dim instance As SocialPostReference
Dim value As String
value = instance.ThreadId
public string ThreadId { get; }
Property value
Type: System.String
The unique identifier of the referenced thread.