Class GetStudentApplicantOrEnrollmentResponse
Represents the response for the GetStudentApplicantOrEnrollment method.
Inheritance
System.Object
GetStudentApplicantOrEnrollmentResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetStudentApplicantOrEnrollmentResponse : ServiceResponse
Constructors
GetStudentApplicantOrEnrollmentResponse()
Declaration
public GetStudentApplicantOrEnrollmentResponse()
Properties
StudentApplicantOrEnrollments
Gets or sets the StudentApplicantOrEnrollments.
Declaration
public List<int> StudentApplicantOrEnrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |