SPSocialActor.CanFollow - Propriété
Obtient une valeur de type Boolean qui indique si l'objet SPSocialActor pouvant être suivie.
Espace de noms : Microsoft.Office.Server.Social
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Property CanFollow As Boolean
Get
Private Set
'Utilisation
Dim instance As SPSocialActor
Dim value As Boolean
value = instance.CanFollow
public bool CanFollow { get; private set; }
Valeur de propriété
Type : System.Boolean