Gets or sets the application pool that is used by the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property ApplicationPool As SPApplicationPool
Dim instance As SPWebApplication
Dim value As SPApplicationPool
value = instance.ApplicationPool
instance.ApplicationPool = value
public SPApplicationPool ApplicationPool { get; set; }
Property Value
An SPApplicationPool object that represents the application pool.