SIFWorks ADK 2.0
StudentParticipationAsOfDate Property
NamespacesEdustructures.SifWorks.ProgramsStudentParticipationStudentParticipationAsOfDate

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

Gets or sets the value of the <StudentParticipationAsOfDate> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<DateTime> StudentParticipationAsOfDate{ get; set;}
Public Property StudentParticipationAsOfDate As Nullable(Of DateTime)
public:
property Nullable<DateTime> StudentParticipationAsOfDate {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
Value
The StudentParticipationAsOfDate element of this object.
Remarks

The SIF specification defines the meaning of this element as: " Effective date (NOT the entry date) of this StudentParticipation instance for the identified student and program. Each time there is a change to the student's program participation profile, a new instance of this object is to be generated with the appropriate StudentParticipationAsOfDate and a new RefId. "

Version: 2.0

Since: 2.0

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