SIFWorks ADK 2.0
SetCourseCredits Method (Type, Value)
NamespacesEdustructures.SifWorks.StudentSchoolCourseInfoSetCourseCredits(CreditType, Nullable<(Of <Decimal>)>)

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

Sets the value of the <CourseCredits> element.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
Type (CreditType)
The type of credit offered
Value (Nullable<(Of <Decimal>)>)
Gets or sets the content value of the &lt;CourseCredits&gt; element
Remarks

This form of setCourseCredits is provided as a convenience method that is functionally equivalent to the CourseCredits

Version: 2.0

Since: 1.1

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