Click or drag to resize

CourseDescription Property

Gets or sets the course description.

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

Property Value

Type: String
A multi-line string containing the course description. This is often text used in course listings describing what the course is about.
See Also