SPSocialActorInfo.Id property

Gets or sets the actor'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
    Set
'Usage
Dim instance As SPSocialActorInfo
Dim value As String

value = instance.Id

instance.Id = value
public string Id { get; set; }

Property value

Type: System.String

Remarks

A unique actor identifier 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.

See also

Reference

SPSocialActorInfo class

SPSocialActorInfo members

Microsoft.Office.Server.Social namespace