SPWebPipeBind Constructor (SPWeb)
Initializes a new instance of the SPWebPipeBind class with an instance of the SPWeb object.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
instance As SPWeb _
)
'Usage
Dim instance As SPWeb
Dim instance As New SPWebPipeBind(instance)
public SPWebPipeBind(
SPWeb instance
)
Parameters
instance
Type: Microsoft.SharePoint.SPWebThe SPWeb object instance.