SPWebPipeBind Constructor (String)
Initializes a new instance of the SPWebPipeBind class with captures SPWeb identifying inputs as a 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 SPWebPipeBind(inputString)
public SPWebPipeBind(
string inputString
)
Parameters
inputString
Type: System.StringString identifier of the SPWeb object instace.