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