SPSitePipeBind Constructor (Uri)
Initializes a new instance of the SPSitePipeBind class using the specified URI.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
uri As Uri _
)
'Usage
Dim uri As Uri
Dim instance As New SPSitePipeBind(uri)
public SPSitePipeBind(
Uri uri
)
Parameters
uri
Type: System.UriA Uri object that represents the URI.