PersonProperties.IsFollowed 属性

Gets a Boolean value that indicates whether the user is being followed by the current user.

命名空间:  Microsoft.SharePoint.Client.UserProfiles
程序集:   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 IsFollowed As Boolean
    Get
用法
Dim instance As PersonProperties
Dim value As Boolean

value = instance.IsFollowed
public bool IsFollowed { get; }

属性值

类型:System.Boolean
true if the current user is following the user; otherwise, false.

备注

This value does not refresh if reloading an existing object, but it will update if a query returns a new PersonProperties object.

另请参阅

引用

PersonProperties 类

PersonProperties 成员

Microsoft.SharePoint.Client.UserProfiles 命名空间