Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the post's unique identifier.
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 SocialPost
Dim value As String
value = instance.Id
public string Id { get; }
Property value
Type: System.String
The post's unique identifier.
Remarks
The ID of the thread's root post is the same value as the ID of the thread.