다음을 통해 공유


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 .

설명

Password 속성은 UserName 애플리케이션 풀이 실행되는 보안 ID를 지정합니다.

적용 대상