[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public CourseCredits( CreditType type, Nullable<decimal> value )
Public Sub New ( _ type As CreditType, _ value As Nullable(Of Decimal) _ )
public: CourseCredits ( 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