次の方法で共有


ApplicationPoolProcessModel.UserName プロパティ

定義

アプリケーション プールを実行するセキュリティ ID のユーザー名を取得または設定します。

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

プロパティ値

アプリケーション プールを実行するセキュリティ ID に関連付けられているユーザー名。

注釈

プロパティと Password プロパティはUserName、アプリケーション プールを実行するセキュリティ ID を指定します。

適用対象