[This is preliminary documentation and is subject to change.]
Sets the value of the <CourseCredits> element.
| C# | Visual Basic | Visual C++ |
public void SetCourseCredits( CreditType Type, Nullable<decimal> Value )
Public Sub SetCourseCredits ( _ Type As CreditType, _ Value As Nullable(Of Decimal) _ )
public: void SetCourseCredits ( CreditType^ Type, Nullable<Decimal> Value )
- Type (CreditType)
- The type of credit offered
- Value (Nullable<(Of <Decimal>)>)
- Gets or sets the content value of the <CourseCredits> element
This form of setCourseCredits is provided as a convenience method that is functionally equivalent to the CourseCredits
Version: 2.0
Since: 1.1