SPPrefixPipeBind Constructor (String)
Initializes a new instance of the SPPrefixPipeBind class by using the managed path URL as a string parameter.
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 SPPrefixPipeBind(inputString)
public SPPrefixPipeBind(
string inputString
)
Parameters
inputString
Type: System.StringThe managed path URL.