Smartsheet.Api.Models.Group.CreateGroupBuilder.getMembers C# (CSharp) Method

getMembers() public method

Gets the members of the Group.
public getMembers ( ) : IList
return IList
            public IList<GroupMember> getMembers()
            {
                return this.members;
            }