SPSocialPost.Id property
Gets the post's unique identifier.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Id As String
Get
Friend Set
'Usage
Dim instance As SPSocialPost
Dim value As String
value = instance.Id
public string Id { get; internal set; }
Property value
Type: System.String