SPSetCmdletBase<TCmdletObject> Class
An abstract base class that derived classes can use to update properties for existing objects in the data store.
Inheritance Hierarchy
System.Object
InternalCommand
Cmdlet
PSCmdlet
Microsoft.SharePoint.PowerShell.SPCmdlet
Microsoft.SharePoint.PowerShell.SPSetCmdletBase<TCmdletObject>
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public MustInherit Class SPSetCmdletBase(Of TCmdletObject As Class) _
Inherits SPCmdlet
'Usage
Dim instance As SPSetCmdletBase(Of TCmdletObject)
public abstract class SPSetCmdletBase<TCmdletObject> : SPCmdlet
where TCmdletObject : class
Type Parameters
- TCmdletObject
The data type of the object for which changes are made.
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.