Last active
August 31, 2022 07:18
-
-
Save tac-ljustiniano/a5962defd78ba5c4b41da107028c900f to your computer and use it in GitHub Desktop.
GetUsers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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