 | 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)
Syntaxpublic string Status { get; set; }
Public Property Status As String
Get
Set
public:
property String^ Status {
String^ get ();
void set (String^ value);
}
function get Status () : String
function set Status (value : String)
function get_Status();
function set_Status(value);
Property Value
Type:
StringThe 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