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