Class GetHousingMoveOutRenewalResponse
Inheritance
System.Object
GetHousingMoveOutRenewalResponse
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetHousingMoveOutRenewalResponse : ServiceResponse
Constructors
GetHousingMoveOutRenewalResponse()
Declaration
public GetHousingMoveOutRenewalResponse()
Properties
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentList
Declaration
public List<Students> StudentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Students> |