SocialActor.IsFollowed propriedade
Obtém um valor booliano que retorna true se o usuário atual está sendo seguido; Caso contrário, false.
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 IsFollowed As Boolean
Get
'Uso
Dim instance As SocialActor
Dim value As Boolean
value = instance.IsFollowed
public bool IsFollowed { get; }
Valor de propriedade
Tipo: System.Boolean