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 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.