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