다음을 통해 공유


ApplicationPoolCollection.Item[String] 속성

정의

컬렉션에서 지정한 이름의 ApplicationPool 개체를 가져옵니다.

public:
 property Microsoft::Web::Administration::ApplicationPool ^ default[System::String ^] { Microsoft::Web::Administration::ApplicationPool ^ get(System::String ^ name); };
public Microsoft.Web.Administration.ApplicationPool this[string name] { get; }
member this.Item(string) : Microsoft.Web.Administration.ApplicationPool
Default Public ReadOnly Property Item(name As String) As ApplicationPool

매개 변수

name
String

컬렉션에서 가져올 개체의 ApplicationPool 이름입니다.

속성 값

ApplicationPool 지정한 이름을 가진 개체이거나null, 컬렉션에 지정된 이름을 가진 가 없 ApplicationPool 으면 입니다.

설명

매개 변수는 name 대/소문자를 구분하지 않습니다.

적용 대상