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