Class GetRegistrationGroupStudentsForTrackResponse
Inheritance
System.Object
GetRegistrationGroupStudentsForTrackResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetRegistrationGroupStudentsForTrackResponse : ServiceResponse
Constructors
GetRegistrationGroupStudentsForTrackResponse()
Declaration
public GetRegistrationGroupStudentsForTrackResponse()
Properties
Students
Declaration
public List<RegistrationGroupStudentCustom> Students { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RegistrationGroupStudentCustom> |