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: TCmdletObjectAn instance of the input object.
See Also
Reference
SPCmdletPipeBind<TCmdletObject> Class
SPCmdletPipeBind<TCmdletObject> Members