Compartilhar via


SocialActorInfo.ActorType propriedade

Obtém ou define o tipo de ator.

Namespace:  Microsoft.SharePoint.Client.Social
Assemblies:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxe

'Declaração
Public Property ActorType As SocialActorType
    Get
    Set
'Uso
Dim instance As SocialActorInfo
Dim value As SocialActorType

value = instance.ActorType

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

Valor de propriedade

Tipo: Microsoft.SharePoint.Client.Social.SocialActorType

Ver também

Referência

SocialActorInfo classe

SocialActorInfo membros

Microsoft.SharePoint.Client.Social namespace

Outros recursos

How to: Follow people by using the .NET client object model

How to: Follow content by using the .NET client object model