 | RecordDailyAttendanceByHomeroomIndivSchoolID Property |
Gets or sets the school ID.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string SchoolID { get; set; }
Public Property SchoolID As String
Get
Set
public:
property String^ SchoolID {
String^ get ();
void set (String^ value);
}
function get SchoolID () : String
function set SchoolID (value : String)
function get_SchoolID();
function set_SchoolID(value);
Property Value
Type:
StringThe internal division ID of the student and course.
See Also