Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. MC.ClientContext context = new SPClient.ClientContext("sit url");
  2. MC.Group group = context.Web.SiteGroups.GetById("group id");
  3. context.Load(group, x => x.Owner);
  4. await context.ExecuteQueryAsync();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement