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.
Retrieves the SPIisWebServiceApplicationPool object that corresponds to the parameters that were passed to the current SPIisWebServiceApplicationPoolPipeBind object when it was constructed.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Function Read As SPIisWebServiceApplicationPool
'Usage
Dim instance As SPIisWebServiceApplicationPoolPipeBind
Dim returnValue As SPIisWebServiceApplicationPool
returnValue = instance.Read()
public SPIisWebServiceApplicationPool Read()
Return Value
Type: Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool
This method returns the SPIisWebServiceApplicationPool object that corresponds to the current object. If the object cannot be found, this method returns null.
See Also
Reference
SPIisWebServiceApplicationPoolPipeBind Class