Guest User

Untitled

a guest
Jun 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Web web = clientContext.Site.RootWeb;
  2. clientContext.Load(web, w => w.AllProperties);
  3. clientContext.Load(web, w => w.Description);
  4. clientContext.Load(web, w => w.Title);
  5. clientContext.ExecuteQuery();
  6. var allProperties = web.AllProperties;
  7. web.AddIndexedPropertyBagKey = ??
Add Comment
Please, Sign In to add comment