Class DeleteStudentAwardEstimateByStudentIdRequest
The DeleteStudentAwardEstimateByStudentIdRequest represents the request Object for the DeleteStudentAwardEstimateByStudentId method of StudentAwardEstimateService.
Inheritance
System.Object
DeleteStudentAwardEstimateByStudentIdRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DeleteStudentAwardEstimateByStudentIdRequest : ServiceRequest
Constructors
DeleteStudentAwardEstimateByStudentIdRequest()
Declaration
public DeleteStudentAwardEstimateByStudentIdRequest()
Properties
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |