Class GetMembersOfStudentGroupResponse
Represents the response for the GetMembersOfStudentGroup method.
Inheritance
System.Object
GetMembersOfStudentGroupResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetMembersOfStudentGroupResponse : ServiceResponse
Constructors
GetMembersOfStudentGroupResponse()
Initializes a new instance of the GetMembersOfStudentGroupResponse class.
Declaration
public GetMembersOfStudentGroupResponse()
Properties
GroupMembers
Gets or sets the group members.
Declaration
public IList<StudentGroupMemberEntity> GroupMembers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<StudentGroupMemberEntity> | The group members. |