Click or drag to resize

CourseRequestStatusStatus Property

Gets or sets the Course Request Status.

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

Property Value

Type: String
The Course Request Status.
Remarks
Will be "Scheduled", if the course request was successfully schedule and the ScheduledSectionID property will contain the section ID. If this value is blank, the request has not had a schedule attempt. If the request could not be scheduled, the status will contain an error code that is dependent upon the scheduling program used.
See Also