Gets a code that indicates recoverable errors that occurred during the actor's retrieval.
命名空间: Microsoft.SharePoint.Client.Social
程序集: Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)
语法
声明
Public ReadOnly Property Status As SocialStatusCode
Get
用法
Dim instance As SocialActor
Dim value As SocialStatusCode
value = instance.Status
public SocialStatusCode Status { get; }
属性值
类型:Microsoft.SharePoint.Client.Social.SocialStatusCode
备注
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.