SPSitePipeBind Constructor (Guid)
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.