 | 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)
Syntaxpublic string FullName { get; set; }
Public Property FullName As String
Get
Set
public:
property String^ FullName {
String^ get ();
void set (String^ value);
}
function get FullName () : String
function set FullName (value : String)
function get_FullName();
function set_FullName(value);
Property Value
Type:
StringThe full name of the course.
RemarksIn 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