SPSetCmdletBase<TCmdletObject>.UpdateDataObject Method
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