[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <ProgramPlanType> element.
| C# | Visual Basic | Visual C++ |
public ProgramPlanType ProgramPlanType{ get; set;}
Public Property ProgramPlanType As ProgramPlanType
public: property ProgramPlanType^ ProgramPlanType { ProgramPlanType^ get (); void set (ProgramPlanType^ value); }
A ProgramPlanType
The SIF specification defines the meaning of this null as: "The document that outlines the student program/plan as approved by parents, guardians, and staff. Values"IFSP" - Individualized Family Service Plan"IEP" - Individualized Education Plan"ILP" - Individualized Learning Plan"LIT" - Literacy Plan"SP" - Services Plan"ITP"-Individualized Transition Plan"Other""
This null is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering nulls of this kind.
| Version | Tag |
|---|---|
| 1.5r1 | <ProgramPlan> |
| 2.0 | <ProgramPlanType> |
To remove the ProgramPlanType, set ProgramPlanType to null
Version: 2.0
Since: 1.5r1