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