SPWebPipeBind.Read Method
Retrieves an SPWeb object by using either the absolute URL or the site guid along with the Web guid.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Overrides Function Read As SPWeb
'Usage
Dim instance As SPWebPipeBind
Dim returnValue As SPWeb
returnValue = instance.Read()
public override SPWeb Read()
Return Value
Type: Microsoft.SharePoint.SPWeb
Returns a SPWeb object instance.