Click or drag to resize

CourseCourseName Property

Gets or sets the name of the course.

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

Property Value

Type: String
The name of the course.
Remarks
In the database, a course name is stored in two fields. This property contains the contents of the first name field.
See Also