SocialPost.Attributes property

Gets the attributes that apply to the post.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property Attributes As SocialPostAttributes
    Get
'Usage
Dim instance As SocialPost
Dim value As SocialPostAttributes

value = instance.Attributes
public SocialPostAttributes Attributes { get; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialPostAttributes
The attributes that apply to the post.

Remarks

See How to: Create and delete posts and retrieve the social feed by using the .NET client object model in SharePoint 2013 for an example of how to get this property.

See also

Reference

SocialPost class

SocialPost members

Microsoft.SharePoint.Client.Social namespace