SocialActor.Status property
Gets a code that indicates recoverable errors that occurred during the actor's 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 SocialActor
Dim value As SocialStatusCode
value = instance.Status
public SocialStatusCode Status { get; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialStatusCode
Remarks
Operations may return actors that are not fully resolved. These actors have some properties set to default values and the Status property set to a value that indicates the state of the returned actor.