SocialActorInfo.ActorType - Propriété
Obtient ou définit le type d'un acteur.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Property ActorType As SocialActorType
Get
Set
'Utilisation
Dim instance As SocialActorInfo
Dim value As SocialActorType
value = instance.ActorType
instance.ActorType = value
public SocialActorType ActorType { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Social.SocialActorType
Voir aussi
Référence
Microsoft.SharePoint.Client.Social - Espace de noms
Autres ressources
How to: Follow people by using the .NET client object model
How to: Follow content by using the .NET client object model