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