SocialActorInfo.Id property
Gets or sets the actor's unique identifier.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property Id As String
Get
Set
'Usage
Dim instance As SocialActorInfo
Dim value As String
value = instance.Id
instance.Id = value
public string Id { get; set; }
Property value
Type: System.String
Remarks
The Id property is sufficient for identifying an actor, if it is available. If this property is set to a non-empty value, all other properties are ignored.