SPSocialActor.Status property

Gets a code that indicates recoverable errors that occurred during the actor's retrieval.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property Status As SPSocialStatusCode
    Get
    Private Set
'Usage
Dim instance As SPSocialActor
Dim value As SPSocialStatusCode

value = instance.Status
public SPSocialStatusCode Status { get; private set; }

Property value

Type: Microsoft.Office.Server.Social.SPSocialStatusCode

Remarks

Operations that return actors may succeed even though they return actors that are not fully resolved. These actors have some properties set to default values and the Status property set to the code that indicates the error state.

See also

Reference

SPSocialActor class

SPSocialActor members

Microsoft.Office.Server.Social namespace