Class ConvertApplicantToEnrollmentResponse
Represents the response for the ConvertApplicantToEnrollment method.
Inheritance
System.Object
ConvertApplicantToEnrollmentResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ConvertApplicantToEnrollmentResponse : ServiceResponse
Constructors
ConvertApplicantToEnrollmentResponse()
Declaration
public ConvertApplicantToEnrollmentResponse()
Properties
StudentEnrolledProgramId
Gets or sets the student enrolled program identifier.
Declaration
public int StudentEnrolledProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student enrolled program identifier. |