SocialActorInfo.ActorType property
Gets or sets the actor type.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property ActorType As SocialActorType
Get
Set
'Usage
Dim instance As SocialActorInfo
Dim value As SocialActorType
value = instance.ActorType
instance.ActorType = value
public SocialActorType ActorType { get; set; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialActorType
See also
Reference
Microsoft.SharePoint.Client.Social namespace
Other resources
How to: Follow people by using the .NET client object model in SharePoint 2013
How to: Follow documents and sites by using the .NET client object model in SharePoint 2013