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