Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 598 Bytes

SetPnPWebPartProperty.md

File metadata and controls

20 lines (18 loc) · 598 Bytes

#Set-PnPWebPartProperty Sets a web part property ##Syntax

Set-PnPWebPartProperty -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.