共用方式為


PersonProperties.IsFollowed 屬性

取得一個 Boolean 值,指出目前的使用者是否正在後面的使用者。

命名空間:  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如果目前的使用者追蹤使用者資訊。否則, false。

備註

此值不會重新整理如果重新載入的現有的物件,但它會更新查詢會傳回一個新的PersonProperties物件。

請參閱

參照

PersonProperties 類別

PersonProperties 成員

Microsoft.SharePoint.Client.UserProfiles 命名空間