Class GetAwardYearLimitResponse
Represents the response for the GetAwardYearLimit method.
Inheritance
System.Object
GetAwardYearLimitResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetAwardYearLimitResponse : ServiceResponse
Constructors
GetAwardYearLimitResponse()
Declaration
public GetAwardYearLimitResponse()
Properties
AwardYearLimitByFundSourceList
Declaration
public List<AwardYearLimitByFundSource> AwardYearLimitByFundSourceList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AwardYearLimitByFundSource> |