[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <InstructionalLevel> element.
| C# | Visual Basic | Visual C++ |
public InstructionalLevel InstructionalLevel{ get; set;}
Public Property InstructionalLevel As InstructionalLevel
public: property InstructionalLevel^ InstructionalLevel { InstructionalLevel^ get (); void set (InstructionalLevel^ value); }
An InstructionalLevel
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.
| Version | Tag |
|---|---|
| 1.1 | <InstructionalLevelOverride> |
| 2.0 | <InstructionalLevel> |
To remove the InstructionalLevel, set InstructionalLevel to null
Version: 2.0
Since: 1.1