  | SectionScheduleLineSchoolID Property  | 
 
            Gets or sets the school ID / division for this course.
            
 
    Namespace: 
   SeniorSystemsWS.Entity.Academic
    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 division for this section meeting time.  See 
AcademicService.GetAllSchools.
See Also