Share via


SocialPost.Id property

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.

See also

Reference

SocialPost class

SocialPost members

Microsoft.SharePoint.Client.Social namespace