SocialPost.Attributes - Propriété
Obtient les attributs qui s'appliquent à la publication.
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 Attributes As SocialPostAttributes
Get
'Utilisation
Dim instance As SocialPost
Dim value As SocialPostAttributes
value = instance.Attributes
public SocialPostAttributes Attributes { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Social.SocialPostAttributes
Les attributs qui s'appliquent à la publication.
Remarques
Voir How to: Create and delete posts and retrieve the social feed by using the .NET client object model pour obtenir un exemple de l'obtention de cette propriété.