Skip to content

Instantly share code, notes, and snippets.

@tac-ljustiniano
Last active August 31, 2022 07:18
Show Gist options
  • Save tac-ljustiniano/a5962defd78ba5c4b41da107028c900f to your computer and use it in GitHub Desktop.
Save tac-ljustiniano/a5962defd78ba5c4b41da107028c900f to your computer and use it in GitHub Desktop.
GetUsers
...
MembersResource.ListRequest gRequest = _ds.Members.List(_group);
members.AddRange(gRequest.Execute().MembersValue);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment