Share via


SPIisWebServiceApplicationPoolPipeBind.Read method

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

SPIisWebServiceApplicationPoolPipeBind members

Microsoft.SharePoint.PowerShell namespace