Click or drag to resize

CourseFullName Property

Gets or sets the course full name.

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public string FullName { get; set; }

Property Value

Type: String
The full name of the course.
Remarks
In the database, a course name is stored in two fields. This property contains the contents of both name fields merged together (name1 + " " + name2).
See Also