SocialActor.ActorType property

Gets the type of actor (user, document, site, or tag).

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property ActorType As SocialActorType
    Get
'Usage
Dim instance As SocialActor
Dim value As SocialActorType

value = instance.ActorType
public SocialActorType ActorType { get; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialActorType

See also

Reference

SocialActor class

SocialActor members

Microsoft.SharePoint.Client.Social namespace