SIFWorks ADK 2.0
IncidentLocation Constructor (type, value)
NamespacesEdustructures.SifWorks.StudentIncidentLocationIncidentLocationIncidentLocationNew(IncidentLocationType, 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 IncidentLocation(
	IncidentLocationType type,
	string value
)
Public Sub New ( _
	type As IncidentLocationType, _
	value As String _
)
public:
IncidentLocation (
	IncidentLocationType^ type, 
	String^ value
)
Parameters
type (IncidentLocationType)
Identifies where the incident occurred.
value (String)
Gets or sets the content value of the <IncidentLocation> element

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