ApplicationPoolProcessModel.UserName 属性

定义

获取或设置运行应用程序池时所依据的安全标识的用户名。

public:
 property System::String ^ UserName { System::String ^ get(); void set(System::String ^ value); };
public string UserName { get; set; }
member this.UserName : string with get, set
Public Property UserName As String

属性值

与运行应用程序池时所依据的安全标识关联的用户名。

注解

UserNamePassword 属性指定运行应用程序池时所依据的安全标识。

适用于