 | 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)
Syntaxpublic int[] FacultyEntityNumbers { get; set; }
Public Property FacultyEntityNumbers As Integer()
Get
Set
public:
property array<int>^ FacultyEntityNumbers {
array<int>^ get ();
void set (array<int>^ value);
}
function get FacultyEntityNumbers () : int[]
function set FacultyEntityNumbers (value : int[])
function get_FacultyEntityNumbers();
function set_FacultyEntityNumbers(value);
Property Value
Type:
Int32A list of faculty member entity numbers teaching this section.
RemarksIf 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