SP.Group.users Property
Applies to: SharePoint Foundation 2010
Gets a collection of user objects that represents all of the users in the group.
var value = SP.Group.get_users();
Property Value
Type: SP.UserCollection
A collection that represents the users of the group.
Applies To
Exceptions
- Sys.Exception
Cannot initialize group data.