Click or drag to resize

SectionFacultyIDs Property

Gets or sets the faculty members 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 string[] FacultyIDs { get; set; }

Property Value

Type: String
A list of faculty members teaching this section.
Remarks
If more than one faculty ID exists, the first one is considered the primary teacher.
See Also