SocialActor.CanFollow propriedade
Obtém um valor que indica se o ator pode ser seguido.
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 ReadOnly Property CanFollow As Boolean
Get
'Uso
Dim instance As SocialActor
Dim value As Boolean
value = instance.CanFollow
public bool CanFollow { get; }
Valor de propriedade
Tipo: System.Boolean