ApplicationPoolCollection.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ApplicationPool object that has the specified name from the collection.
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
Parameters
- name
- String
The name of the ApplicationPool object to get from the collection.
Property Value
The ApplicationPool object that has the specified name, or null
if no ApplicationPool with the specified name exists in the collection.
Remarks
The name
parameter is not case-sensitive.