SocialPostActorInfo.IncludesCurrentUser - Propriété
Obtient une valeur booléenne qui indique si l'utilisateur actuel est inclu dans l'ensemble des intervenants.
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 IncludesCurrentUser As Boolean
Get
'Utilisation
Dim instance As SocialPostActorInfo
Dim value As Boolean
value = instance.IncludesCurrentUser
public bool IncludesCurrentUser { get; }
Valeur de propriété
Type : System.Boolean
true si l'utilisateur actuel est inclu dans l'ensemble des intervenants ; dans le cas contraire false.