Site.Applications 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.
Represents a collection of applications for the current Web site.
public:
property Microsoft::Web::Administration::ApplicationCollection ^ Applications { Microsoft::Web::Administration::ApplicationCollection ^ get(); };
public Microsoft.Web.Administration.ApplicationCollection Applications { get; }
member this.Applications : Microsoft.Web.Administration.ApplicationCollection
Public ReadOnly Property Applications As ApplicationCollection
Property Value
An ApplicationCollection object that is populated with the collection of configured applications for the current Site object.
Remarks
Use the Add and <xref:Microsoft.Web.Administration.ApplicationCollection.Remove%2A> methods, respectively, to create new applications or remove existing ones from a site. In addition, you can use indexers to obtain a reference to an item in the collection by position or application name.