  | 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)
Syntaxpublic bool IsAcademicSchool { get; set; }Public Property IsAcademicSchool As Boolean
	Get
	Set
public:
property bool IsAcademicSchool {
	bool get ();
	void set (bool value);
}function get IsAcademicSchool () : boolean
function set IsAcademicSchool (value : boolean)
function get_IsAcademicSchool();
function set_IsAcademicSchool(value);
Property Value
Type: 
BooleanTrue if this instance is an academic school; otherwise, 
False.
            
RemarksA school division can only be an Academic School OR a Summer School, but not both.
See Also