 | 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)
Syntaxpublic string CourseName { get; set; }
Public Property CourseName As String
Get
Set
public:
property String^ CourseName {
String^ get ();
void set (String^ value);
}
function get CourseName () : String
function set CourseName (value : String)
function get_CourseName();
function set_CourseName(value);
Property Value
Type:
StringThe name of the course.
RemarksIn the database, a course name is stored in two fields. This property contains the contents of the first
name field.
See Also