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

SP.Group Class

Exceptions

  • Sys.Exception
    Cannot initialize group data.

See Also

Reference

SP.Group Methods

SP.Group Properties

SP Namespace