SPSocialActorInfo.ActorType property

Gets or sets the actor type.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property ActorType As SPSocialActorType
    Get
    Set
'Usage
Dim instance As SPSocialActorInfo
Dim value As SPSocialActorType

value = instance.ActorType

instance.ActorType = value
public SPSocialActorType ActorType { get; set; }

Property value

Type: Microsoft.Office.Server.Social.SPSocialActorType

Remarks

This property is used only when Id is a null reference (Nothing in Visual Basic) or empty.

See also

Reference

SPSocialActorInfo class

SPSocialActorInfo members

Microsoft.Office.Server.Social namespace