 | StudentAccountDorm Property |
Gets or sets the student's dorm.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic Dorm Dorm { get; set; }
Public Property Dorm As Dorm
Get
Set
public:
property Dorm^ Dorm {
Dorm^ get ();
void set (Dorm^ value);
}
function get Dorm () : Dorm
function set Dorm (value : Dorm)
function get_Dorm();
function set_Dorm(value);
Property Value
Type:
DormThe student's dorm.
See Also