 | CourseSchoolName Property |
Gets or sets the name of the school division.
Namespace:
SeniorSystemsWS.Entity.Academic
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 name of the division. See
AcademicService.GetAllSchools.
See Also