  | 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)
Syntaxpublic string BlockName { get; set; }Public Property BlockName As String
	Get
	Set
public:
property String^ BlockName {
	String^ get ();
	void set (String^ value);
}function get BlockName () : String
function set BlockName (value : String)
function get_BlockName();
function set_BlockName(value);
Property Value
Type: 
StringThe 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