[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields

Declaration Syntax
public StudentResponseSet(
string refId,
string assessmentAdministrationRefId,
string studentPersonalRefId
)
Public Sub New ( _
refId As String, _
assessmentAdministrationRefId As String, _
studentPersonalRefId As String _
)
public:
StudentResponseSet (
String^ refId,
String^ assessmentAdministrationRefId,
String^ studentPersonalRefId
)

Parameters
- refId (String)
- The GUID that uniquely identifies an instance of the object.
- assessmentAdministrationRefId (String)
- The administration associated with this score set.
- studentPersonalRefId (String)
- The student associated with the response set.
Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10