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.
Gets the shared application pool of the Web service for the provisioning context.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IisWebServiceApplicationPool As SPIisWebServiceApplicationPool
Get
'Usage
Dim instance As SPServiceProvisioningContext
Dim value As SPIisWebServiceApplicationPool
value = instance.IisWebServiceApplicationPool
public SPIisWebServiceApplicationPool IisWebServiceApplicationPool { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool
The shared application pool to be used by service applications in their default configuration.
See also
Reference
SPServiceProvisioningContext class