ProfilePropertyLoader.IsNewProfileMode 属性

获取或设置一个值,该值指示是否正在使用ProfilePropertyLoader来创建新的配置文件。

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

语法

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

value = instance.IsNewProfileMode

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

属性值

类型:System.Boolean
true ProfilePropertyLoader用来创建新的配置文件 ; 如果否则为false。默认值为false。

另请参阅

引用

ProfilePropertyLoader 类

ProfilePropertyLoader 成员

Microsoft.SharePoint.Portal.WebControls 命名空间