Gets a Boolean value that indicates whether the current user is included in the set of actors.
命名空间: 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 IncludesCurrentUser As Boolean
Get
用法
Dim instance As SocialPostActorInfo
Dim value As Boolean
value = instance.IncludesCurrentUser
public bool IncludesCurrentUser { get; }
属性值
类型:System.Boolean
true if the current user is included in the set of actors; otherwise false.