SocialThread.Attributes property
Gets a set of attributes that apply to the thread.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Attributes As SocialThreadAttributes
Get
'Usage
Dim instance As SocialThread
Dim value As SocialThreadAttributes
value = instance.Attributes
public SocialThreadAttributes Attributes { get; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialThreadAttributes
The attributes that apply to the thread.