Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Protected Overrides NotOverridable Sub InternalProcessRecord
'Usage
Me.InternalProcessRecord()
protected override sealed void InternalProcessRecord()
See Also
Reference
SPSetCmdletBase<TCmdletObject> Class