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