SIFWorks ADK 2.0
SetGraduationRequirement Method (val)
NamespacesEdustructures.SifWorks.StudentSchoolCourseInfoSetGraduationRequirement(YesNo)

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

Sets the value of the <GraduationRequirement> element.
Declaration Syntax
C#Visual BasicVisual C++
public void SetGraduationRequirement(
	YesNo val
)
Public Sub SetGraduationRequirement ( _
	val As YesNo _
)
public:
void SetGraduationRequirement (
	YesNo^ val
)
Parameters
val (YesNo)
A YesNo object
Remarks

The SIF specification defines the meaning of this element as: "Does the state require that the course be completed for graduation?"

This element 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 elements of this kind.

VersionTag
1.5r1
<GradRequirement>
2.0
<GraduationRequirement>

Version: 2.0

Since: 1.5r1

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