Click or drag to resize

SectionWithRosterFacultyEntityNumbers Property

Gets or sets the faculty member entity numbers for this section.

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public int[] FacultyEntityNumbers { get; set; }

Property Value

Type: Int32
A list of faculty member entity numbers teaching this section.
Remarks
If more than one faculty ID exists, the first one is considered the primary teacher.

The order of items in the FacultyIDs and FacultyEntityNumbers lists are matching. For example, the entity number in FacultyEntityNumbers[0] is for FacultyIDs[0].

See Also