SPCmdletPipeBind<TCmdletObject> constructor (TCmdletObject)

Initializes a new instance of the SPCmdletPipeBind<TCmdletObject> class. This constructor uses information from the supplied instance of an input object to initialize the pipebind object.

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Protected Sub New ( _
    inputObject As TCmdletObject _
)
'Usage
Dim inputObject As TCmdletObject

Dim instance As New SPCmdletPipeBind(inputObject)
protected SPCmdletPipeBind(
    TCmdletObject inputObject
)

Parameters

  • inputObject
    Type: TCmdletObject

    An instance of the input object.

See also

Reference

SPCmdletPipeBind<TCmdletObject> class

SPCmdletPipeBind<TCmdletObject> members

SPCmdletPipeBind<TCmdletObject> overload

Microsoft.SharePoint.PowerShell namespace