Class ReassignStudentCourseResponse
Represents the response for the ReassignStudentCourse method.
Inheritance
System.Object
ReassignStudentCourseResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ReassignStudentCourseResponse : ServiceResponse
Constructors
ReassignStudentCourseResponse()
Declaration
public ReassignStudentCourseResponse()
Properties
CourseName
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OriginalProgramVersion
Declaration
public string OriginalProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedProgramVersionName
Declaration
public string SelectedProgramVersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |