ApplicationCollection.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 an application with the specified path in the collection.
public:
property Microsoft::Web::Administration::Application ^ default[System::String ^] { Microsoft::Web::Administration::Application ^ get(System::String ^ path); };
public Microsoft.Web.Administration.Application this[string path] { get; }
member this.Item(string) : Microsoft.Web.Administration.Application
Default Public ReadOnly Property Item(path As String) As Application
Parameters
- path
- String
The path of the application to retrieve from the application collection.
Property Value
The Application object with the specified path in the ApplicationCollection object, or null
if no Application with the specified path exists in the collection.
Remarks
The Path property of an Application object corresponds to the path for an application in the ApplicationCollection object.