SIFWorks ADK 2.0
StudentSpecialCondition Constructor (code, value)
NamespacesEdustructures.SifWorks.AssessmentStudentSpecialConditionStudentSpecialConditionStudentSpecialConditionNew(String, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public StudentSpecialCondition(
	string code,
	string value
)
Public Sub New ( _
	code As String, _
	value As String _
)
public:
StudentSpecialCondition (
	String^ code, 
	String^ value
)
Parameters
code (String)
A code indicating the type of special condition.
value (String)
Gets or sets the content value of the <StudentSpecialCondition> element

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