 | SectionWithRosterSectionID 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)
Syntaxpublic string SectionID { get; set; }
Public Property SectionID As String
Get
Set
public:
property String^ SectionID {
String^ get ();
void set (String^ value);
}
function get SectionID () : String
function set SectionID (value : String)
function get_SectionID();
function set_SectionID(value);
Property Value
Type:
StringThe section ID.
Remarks
Courses are made up of sections. Sections are uniquely identified by this value within a division.
See Also