[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <MealStatus> element.
| C# | Visual Basic | Visual C++ |
public MealStatus MealStatus{ get; set;}
Public Property MealStatus As MealStatus
public: property MealStatus^ MealStatus { MealStatus^ get (); void set (MealStatus^ value); }
A MealStatus
The SIF specification defines the meaning of this null as: "Student meal status. If a meal status applies, either MealStatus (for students), or EarnedStatus (for staff) is specified."
To remove the MealStatus, set MealStatus to null
Version: 2.0
Since: 2.0