 | 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)
Syntaxpublic string[] FacultyIDs { get; set; }
Public Property FacultyIDs As String()
Get
Set
public:
property array<String^>^ FacultyIDs {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get FacultyIDs () : String[]
function set FacultyIDs (value : String[])
function get_FacultyIDs();
function set_FacultyIDs(value);
Property Value
Type:
StringA list of faculty members teaching this section.
RemarksIf more than one faculty ID exists, the first one is considered the primary teacher.
See Also