SocialThread.Status property

Gets a code that identifies recoverable errors that occurred during thread retrieval.

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

Syntax

'Declaration
Public ReadOnly Property Status As SocialStatusCode
    Get
'Usage
Dim instance As SocialThread
Dim value As SocialStatusCode

value = instance.Status
public SocialStatusCode Status { get; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialStatusCode
A code that identifies recoverable errors that occurred during thread retrieval.

See also

Reference

SocialThread class

SocialThread members

Microsoft.SharePoint.Client.Social namespace