SPGetCmdletBase<TCmdletObject> constructor
When overridden in a derived class, this constructor initializes a new instance of the derived class.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New SPGetCmdletBase()
public SPGetCmdletBase()
See also
Reference
SPGetCmdletBase<TCmdletObject> class