Click or drag to resize

SectionScheduleLineBlockName Property

Gets or sets the name of the meeting block.

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public string BlockName { get; set; }

Property Value

Type: String
The name of the meeting block.
Remarks
Block names is the same as "period". This is the "name" of the block in the master school schedule.

A list of block names on a given school day might be (1,2,3,4,5), but just as likely is "A,B,C,D,E".

See Also