  | SchoolIsSummerSchool Property  | 
 
            Gets or sets a value indicating whether this instance is a summer school.
            
 
    Namespace: 
   SeniorSystemsWS.Entity.Academic
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool IsSummerSchool { get; set; }Public Property IsSummerSchool As Boolean
	Get
	Set
public:
property bool IsSummerSchool {
	bool get ();
	void set (bool value);
}function get IsSummerSchool () : boolean
function set IsSummerSchool (value : boolean)
function get_IsSummerSchool();
function set_IsSummerSchool(value);
Property Value
Type: 
BooleanTrue if this instance is a summer school; otherwise, 
False.
            
RemarksA school division can only be an Academic School OR a Summer School, but not both.
See Also