[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <SProgramExitReason> element.
| C# | Visual Basic | Visual C++ |
public ProgramExitReason SProgramExitReason{ get; set;}
Public Property SProgramExitReason As ProgramExitReason
public: property ProgramExitReason^ SProgramExitReason { ProgramExitReason^ get (); void set (ProgramExitReason^ value); }
A ProgramExitReason
The SIF specification defines the meaning of this null as: "Required if student has exited the program."
To remove the ProgramExitReason, set SProgramExitReason to null
Version: 2.0
Since: 1.5r1