Click or drag to resize

CourseRequestRequestStatus Property

Gets or sets the request status.

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public CourseRequestStatus RequestStatus { get; set; }

Property Value

Type: CourseRequestStatus
Information of the status of this request.
Remarks
If this request has had an attempt at being scheduled, this will contain the section the student was scheduled into. If the request was attempted and could not be scheduled, information about the failure reason will be included.
See Also