SIFWorks ADK 2.0
AttendanceCode Constructor (attendanceCodeInfoRefId, value)
NamespacesEdustructures.SifWorks.CommonAttendanceCodeAttendanceCodeAttendanceCodeNew(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 AttendanceCode(
	string attendanceCodeInfoRefId,
	string value
)
Public Sub New ( _
	attendanceCodeInfoRefId As String, _
	value As String _
)
public:
AttendanceCode (
	String^ attendanceCodeInfoRefId, 
	String^ value
)
Parameters
attendanceCodeInfoRefId (String)
The ID (GUID) of the attendance code
value (String)
Gets or sets the content value of the <AttendanceCode> element

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