SPSitePipeBind.Read Method
Reads an SPSitePipeBind object and returns an object that represents the site.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Overrides Function Read As SPSite
'Usage
Dim instance As SPSitePipeBind
Dim returnValue As SPSite
returnValue = instance.Read()
public override SPSite Read()
Return Value
Type: Microsoft.SharePoint.SPSite
An object that represents the site.