SPPrefixPipeBind Constructor (SPPrefix)
Initializes a new instance of the SPPrefixPipeBind class by using the SPPrefix object instance as a parameter.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
instance As SPPrefix _
)
'Usage
Dim instance As SPPrefix
Dim instance As New SPPrefixPipeBind(instance)
public SPPrefixPipeBind(
SPPrefix instance
)
Parameters
instance
Type: Microsoft.SharePoint.Administration.SPPrefixInstance of the SPPrefix class which the pipe bind encapsulates.