SIFWorks ADK 2.0
InstructionalLevel Property
NamespacesEdustructures.SifWorks.StudentSchoolCourseInfoOverrideInstructionalLevel

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

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

The SIF specification defines the meaning of this null as: "Override of the instructional level for this section."

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.1
<InstructionalLevelOverride>
2.0
<InstructionalLevel>

To remove the InstructionalLevel, set InstructionalLevel to null

Version: 2.0

Since: 1.1

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