Share via


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

適用於