  | SectionWithRosterMeetsRoom Property  | 
 
            Gets or sets the room 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 MeetsRoom { get; set; }Public Property MeetsRoom As String
	Get
	Set
public:
property String^ MeetsRoom {
	String^ get ();
	void set (String^ value);
}function get MeetsRoom () : String
function set MeetsRoom (value : String)
function get_MeetsRoom();
function set_MeetsRoom(value);
Property Value
Type: 
StringThe overall room that the section generally meets.
            
Depending on the school, this may be the only room it meets in or it might be the predominent room.
See Also