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

SPSetCmdletBase<TCmdletObject> members

Microsoft.SharePoint.PowerShell namespace