Click or drag to resize

SectionScheduleLineSectionID Property

Gets or sets the section ID.

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

Property Value

Type: String
The section ID.
Remarks

A list of all defined sections can be obtained with a call to AcademicService.GetSchoolSections

See Also