ApplicationPoolProcessModel.Password 属性

定义

获取或设置与 属性关联的 UserName 密码。

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

属性值

与 属性关联的 UserName 密码。

注解

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

适用于