  | DormDormHead Property  | 
 
            Gets or sets the Dorm Head.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string DormHead { get; set; }Public Property DormHead As String
	Get
	Set
public:
property String^ DormHead {
	String^ get ();
	void set (String^ value);
}function get DormHead () : String
function set DormHead (value : String)
function get_DormHead();
function set_DormHead(value);
Property Value
Type: 
StringThe Dorm Head.
See Also