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.
Saves the data object after updates.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected MustOverride Sub UpdateDataObject
'Usage
Me.UpdateDataObject()
protected abstract void UpdateDataObject()
Remarks
This method must be implemented in derived classes. Use this method to provide logic for updating properties.
See Also
Reference
SPSetCmdletBase<TCmdletObject> Class