SocialActor.Id property
Gets the actor'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 SocialActor
Dim value As String
value = instance.Id
public string Id { get; }
Property value
Type: System.String