Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 506 Bytes

SetSPOWebPartProperty.md

File metadata and controls

16 lines (14 loc) · 506 Bytes

#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.