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