 | SectionWithRosterMeetsPeriod Property |
Gets or sets the period (block name) that the section generally meets.
Namespace:
SeniorSystemsWS.Entity.Academic
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string MeetsPeriod { get; set; }
Public Property MeetsPeriod As String
Get
Set
public:
property String^ MeetsPeriod {
String^ get ();
void set (String^ value);
}
function get MeetsPeriod () : String
function set MeetsPeriod (value : String)
function get_MeetsPeriod();
function set_MeetsPeriod(value);
Property Value
Type:
StringThe overall period (block name) that the section generally meets.
Depending on the school, this may be the only period it meets or it might be the predominent meeting period.
See Also