SIFWorks ADK 2.0
ProgramPlanType Property
NamespacesEdustructures.SifWorks.ProgramsStudentParticipationProgramPlanType

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

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

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.

VersionTag
1.5r1
<ProgramPlan>
2.0
<ProgramPlanType>

To remove the ProgramPlanType, set ProgramPlanType to null

Version: 2.0

Since: 1.5r1

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