 | FacultyEducationSchoolName Property |
Gets or sets the School Name.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string SchoolName { get; set; }
Public Property SchoolName As String
Get
Set
public:
property String^ SchoolName {
String^ get ();
void set (String^ value);
}
function get SchoolName () : String
function set SchoolName (value : String)
function get_SchoolName();
function set_SchoolName(value);
Property Value
Type:
StringThe school name.
See Also