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.String

    The string representation of a GUID or URI reference to a site collection object.

See Also

Reference

SPSitePipeBind Class

SPSitePipeBind Members

SPSitePipeBind Overload

Microsoft.SharePoint.PowerShell Namespace