SIFWorks ADK 2.0
MealStatus Property
NamespacesEdustructures.SifWorks.FoodCountMealStatus

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <MealStatus> element.
Declaration Syntax
C#Visual BasicVisual C++
public MealStatus MealStatus{ get; set;}
Public Property MealStatus As MealStatus
public:
property MealStatus^ MealStatus {
	MealStatus^ get ();
	void set (MealStatus^ value);
}
Value
A MealStatus
Remarks

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

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10