Skip to content

Instantly share code, notes, and snippets.

@AsishP
Created February 8, 2018 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AsishP/da974fe4005c1a965c0a3e73eea7d26e to your computer and use it in GitHub Desktop.
Save AsishP/da974fe4005c1a965c0a3e73eea7d26e to your computer and use it in GitHub Desktop.
Set property bag of web object normally using CSOM
context.Web.AllProperties[“PropertyBagValue1”] = “Property”
context.Web.Update()
context.Web.ExecuteQuery()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment