Click or drag to resize

SchoolIsAcademicSchool Property

Gets or sets a value indicating whether this instance is an academic school.

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public bool IsAcademicSchool { get; set; }

Property Value

Type: Boolean
True if this instance is an academic school; otherwise, False.
Remarks
A school division can only be an Academic School OR a Summer School, but not both.
See Also