 | 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)
Syntaxpublic CourseRequestStatus RequestStatus { get; set; }
Public Property RequestStatus As CourseRequestStatus
Get
Set
public:
property CourseRequestStatus^ RequestStatus {
CourseRequestStatus^ get ();
void set (CourseRequestStatus^ value);
}
function get RequestStatus () : CourseRequestStatus
function set RequestStatus (value : CourseRequestStatus)
function get_RequestStatus();
function set_RequestStatus(value);
Property Value
Type:
CourseRequestStatusInformation 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