#Set-SPOWebPartProperty Sets a web part property ##Syntax
Set-SPOWebPartProperty -ServerRelativePageUrl <String> -Identity <GuidPipeBind> -Key <String> -Value <PSObject> [-Web <WebPipeBind>]##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Identity | GuidPipeBind | True | |
| Key | String | True | |
| ServerRelativePageUrl | String | True | |
| Value | PSObject | True | |
| Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |