SocialActor.IsFollowed - Propriété
Obtient une valeur booléenne qui retourne true si l'utilisateur actuel est suivi ; dans le cas contraire false.
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 ReadOnly Property IsFollowed As Boolean
Get
'Utilisation
Dim instance As SocialActor
Dim value As Boolean
value = instance.IsFollowed
public bool IsFollowed { get; }
Valeur de propriété
Type : System.Boolean