SIFWorks ADK 2.0
SchoolJurisdiction Constructor (code, value)
NamespacesEdustructures.SifWorks.StudentSchoolJurisdictionSchoolJurisdictionSchoolJurisdictionNew(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 SchoolJurisdiction(
	string code,
	string value
)
Public Sub New ( _
	code As String, _
	value As String _
)
public:
SchoolJurisdiction (
	String^ code, 
	String^ value
)
Parameters
code (String)
A SPEEDE/ExPRESS code that identifies the jurisdiction of a school.
value (String)
Gets or sets the content value of the <SchoolJurisdiction> element

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