Share via


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 屬性會指定應用程式集區執行時的安全性身分識別。

適用於