SPGetCmdletBase<TCmdletObject>.InternalProcessRecord Method
Sealed version of the InternalProcessRecord()method provided on the SPCmdletclass, which retrieves the data objects.
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()
Remarks
This method searches for data objects that matches filter values that are provided by the derived class.
See Also
Reference
SPGetCmdletBase<TCmdletObject> Class