SIFWorks ADK 2.0
AvailableCredit Property
NamespacesEdustructures.SifWorks.StudentSCEDCodeAvailableCredit

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

Gets or sets the value of the <AvailableCredit> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<decimal> AvailableCredit{ get; set;}
Public Property AvailableCredit As Nullable(Of Decimal)
public:
property Nullable<Decimal> AvailableCredit {
	Nullable<Decimal> get ();
	void set (Nullable<Decimal> value);
}
Value
The AvailableCredit element of this object.
Remarks

The SIF specification defines the meaning of this element as: "Identifies the amount of credit available to a student who successfully meets the objectives of the course, measured in Carnegie units (9.99 format)."

Version: 2.0

Since: 2.0

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