SPWebPipeBind.Discover Method
Populates information to recover the specified SPWeb object.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Overrides Sub Discover ( _
instance As SPWeb _
)
'Usage
Dim instance As SPWeb
Me.Discover(instance)
protected override void Discover(
SPWeb instance
)
Parameters
instance
Type: Microsoft.SharePoint.SPWebThe SPWeb object instance that is specified for discovery.