ApplicationPoolProcessModel.LoadUserProfile 属性

定义

获取或设置一个值,该值指示在应用程序池启动时是否将加载用户配置文件。

public:
 property bool LoadUserProfile { bool get(); void set(bool value); };
public bool LoadUserProfile { get; set; }
member this.LoadUserProfile : bool with get, set
Public Property LoadUserProfile As Boolean

属性值

true 如果应用程序池启动时将加载用户配置文件,则为 ;否则为 false。 默认为 false

注解

仅当服务在命名用户帐户中启动时才使用此属性。

适用于