Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the existing application pool that will be selected when the control renders.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub SetSelectedApplicationPool ( _
applicationPool As SPIisWebServiceApplicationPool _
)
'Usage
Dim instance As IisWebServiceApplicationPoolSection
Dim applicationPool As SPIisWebServiceApplicationPool
instance.SetSelectedApplicationPool(applicationPool)
public void SetSelectedApplicationPool(
SPIisWebServiceApplicationPool applicationPool
)
Parameters
applicationPool
Type: Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPoolThe application pool that will be selected when this control renders.
See Also
Reference
IisWebServiceApplicationPoolSection Class