Class UpdateStudentGradesWithGradeScaleResponse
Represents the a response for the UpdateStudentGradesWithGradeScaleResponse method.
Inheritance
System.Object
UpdateStudentGradesWithGradeScaleResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateStudentGradesWithGradeScaleResponse : ServiceResponse
Constructors
UpdateStudentGradesWithGradeScaleResponse()
Declaration
public UpdateStudentGradesWithGradeScaleResponse()
Properties
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
See Also
Cmc.Core.ServiceModel.ServiceResponse