SPWebApplicationPipeBind Constructor (String)
Initializes a new instance of the SPWebApplicationPipeBind class by using the string URL of the current SPWebApplication instance.
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 SPWebApplicationPipeBind(inputString)
public SPWebApplicationPipeBind(
string inputString
)
Parameters
inputString
Type: System.StringThe string URL of the current SPWebApplication instance.
See Also
Reference
SPWebApplicationPipeBind Class
SPWebApplicationPipeBind Members