ProfilePropertyLoader.LoadFullProfileOfCurrentUser 属性

获取或设置一个值,该值指示是否已加载有关当前用户的完整配置文件信息。

命名空间:  Microsoft.SharePoint.Portal.WebControls
程序集:  Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)

语法

声明
Public Property LoadFullProfileOfCurrentUser As Boolean
    Get
    Set
用法
Dim instance As ProfilePropertyLoader
Dim value As Boolean

value = instance.LoadFullProfileOfCurrentUser

instance.LoadFullProfileOfCurrentUser = value
public bool LoadFullProfileOfCurrentUser { get; set; }

属性值

类型:System.Boolean
加载true如果完整的配置文件与当前用户有关的信息 ;否则为false。默认值为false。

另请参阅

引用

ProfilePropertyLoader 类

ProfilePropertyLoader 成员

Microsoft.SharePoint.Portal.WebControls 命名空间