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>
            Microsoft.SharePoint.PowerShell.SPCmdletSPSiteUrlBase

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.

See also

Reference

SPSetCmdletBase<TCmdletObject> members

Microsoft.SharePoint.PowerShell namespace