SIFWorks ADK 2.0
CourseCredits Property
NamespacesEdustructures.SifWorks.StudentSchoolCourseInfoOverrideCourseCredits

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

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

The SIF specification defines the meaning of this null as: "Override of the course credits 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
<CourseCreditsOverride>
2.0
<CourseCredits>

To remove the CourseCredits, set CourseCredits to null

Version: 2.0

Since: 1.1

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