SPWebPipeBind Constructor (Uri)
Initializes a new instance of the SPWebPipeBind class with the URI of the specified SPWeb object instace.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
webUri As Uri _
)
'Usage
Dim webUri As Uri
Dim instance As New SPWebPipeBind(webUri)
public SPWebPipeBind(
Uri webUri
)
Parameters
webUri
Type: System.UriThe URI for the specified SPWeb object instace.