packages__PackageDetails_cshtml.ApplicationInstance Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the application for this instance.
Namespace: System.Web.WebPages.Administration.PackageManager
Assembly: System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)
Syntax
'Declaration
Protected ReadOnly Property ApplicationInstance As HttpApplication
Get
'Usage
Dim value As HttpApplication
value = Me.ApplicationInstance
protected HttpApplication ApplicationInstance { get; }
protected:
property HttpApplication^ ApplicationInstance {
HttpApplication^ get ();
}
member ApplicationInstance : HttpApplication
function get ApplicationInstance () : HttpApplication
Property Value
Type: System.Web.HttpApplication
The application for this instance.