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.
Initializes a new instance of the SPSitePipeBind class using the specified GUID.
Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
    guid As Guid _
)
'Usage
Dim guid As Guid
Dim instance As New SPSitePipeBind(guid)
public SPSitePipeBind(
    Guid guid
)
Parameters
guid
Type: System.GuidA Guid object that represents the GUID of the site collection.