Click or drag to resize

SectionScheduleLineDayName Property

Gets or sets the day name.

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

Property Value

Type: String
The school day name.
Remarks
For more information on school days, see AcademicService.GetSchoolDays.
See Also