  | SectionScheduleLineRoom Property  | 
 
            Gets or sets the room the section will be in for this meeting time.
            
 
    Namespace: 
   SeniorSystemsWS.Entity.Academic
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Room { get; set; }Public Property Room As String
	Get
	Set
public:
property String^ Room {
	String^ get ();
	void set (String^ value);
}function get Room () : String
function set Room (value : String)
function get_Room();
function set_Room(value);
Property Value
Type: 
StringThe room for this meeting time.
See Also