SPSetCmdletBase<TCmdletObject>.InternalProcessRecord method
Sealed version of the InternalProcessRecord() method on the SPCmdlet class. Internally, this method call the UpdateDataObject() method, which persists changes that are made to the data object.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
'Declaration
Protected Overrides NotOverridable Sub InternalProcessRecord
'Usage
Me.InternalProcessRecord()
protected override sealed void InternalProcessRecord()
SPSetCmdletBase<TCmdletObject> class