SPSitePipeBind Constructor (String)
Initializes a new instance of the SPSitePipeBind class using the specified input string.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
inputString As String _
)
'Usage
Dim inputString As String
Dim instance As New SPSitePipeBind(inputString)
public SPSitePipeBind(
string inputString
)
Parameters
inputString
Type: System.StringThe string representation of a GUID or URI reference to a site collection object.