SIFWorks ADK 2.0
SetType Method (val)
NamespacesEdustructures.SifWorks.StudentCourseCreditsSetType(CreditType)

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

Sets the value of the Type attribute.
Declaration Syntax
C#Visual BasicVisual C++
public void SetType(
	CreditType val
)
Public Sub SetType ( _
	val As CreditType _
)
public:
void SetType (
	CreditType^ val
)
Parameters
val (CreditType)
A CreditType object
Remarks

The SIF specification defines the meaning of this attribute as: "The type of credit offered"

This attribute 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 attributes of this kind.

VersionTag
1.1
<Code>
2.0
<Type>

Version: 2.0

Since: 1.1

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