SPWebApplication Properties


SPWebApplication.ApplicationPool Property (Microsoft.SharePoint.Administration)
Gets or sets the application pool that is used by the Web application.

Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property ApplicationPool As SPApplicationPool
Visual Basic (Usage)
Dim instance As SPWebApplication
Dim value As SPApplicationPool

value = instance.ApplicationPool

instance.ApplicationPool = value
C#
public SPApplicationPool ApplicationPool { get; set; }

Property Value

An SPApplicationPool object that represents the application pool.
See Also

Tags :


Page view tracker