  | 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)
Syntaxpublic string Description { get; set; }Public Property Description As String
	Get
	Set
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}function get Description () : String
function set Description (value : String)
function get_Description();
function set_Description(value);
Property Value
Type: 
StringA multi-line string containing the course description.  This is often text used in course listings describing
            what the course is about.
See Also