SPRemoveCmdletBase<TCmdletObject> Class
An abstract base class that removes an existing data object of the specified type from the data store.
Inheritance Hierarchy
System.Object
InternalCommand
Cmdlet
PSCmdlet
Microsoft.SharePoint.PowerShell.SPCmdlet
Microsoft.SharePoint.PowerShell.SPRemoveCmdletBase<TCmdletObject>
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public MustInherit Class SPRemoveCmdletBase(Of TCmdletObject As Class) _
Inherits SPCmdlet
'Usage
Dim instance As SPRemoveCmdletBase(Of TCmdletObject)
public abstract class SPRemoveCmdletBase<TCmdletObject> : SPCmdlet
where TCmdletObject : class
Type Parameters
- TCmdletObject
The data type of the object to be removed.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.