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