 | CourseAbbreviation Property |
Gets or sets the course abbreviation.
Namespace:
SeniorSystemsWS.Entity.Academic
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Abbreviation { get; set; }
Public Property Abbreviation As String
Get
Set
public:
property String^ Abbreviation {
String^ get ();
void set (String^ value);
}
function get Abbreviation () : String
function set Abbreviation (value : String)
function get_Abbreviation();
function set_Abbreviation(value);
Property Value
Type:
StringAn abbreviated representation (up to 8 characters) of the course name or id that can be
used in small display areas.
See Also